]> granicus.if.org Git - postgresql/commitdiff
Minor bug fix
authorMarc G. Fournier <scrappy@hub.org>
Fri, 26 Jul 1996 20:03:21 +0000 (20:03 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Fri, 26 Jul 1996 20:03:21 +0000 (20:03 +0000)
src/backend/executor/nodeHash.c

index 3fbf230eb5b592c2927ac5685c1dd82e0006d372..9ea00ed2371c857cf70b41bb4a92edf5524d9bab 100644 (file)
@@ -7,7 +7,7 @@
  *
  *
  * IDENTIFICATION
- *    $Header: /cvsroot/pgsql/src/backend/executor/nodeHash.c,v 1.2 1996/07/22 23:30:40 scrappy Exp $
+ *    $Header: /cvsroot/pgsql/src/backend/executor/nodeHash.c,v 1.3 1996/07/26 20:03:21 scrappy Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -594,8 +594,7 @@ ExecHashOverflowInsert(HashJoinTable hashtable,
        *  - Chris Dunlop, <chris@onthe.net.au>
        * ------------------
        */
-      elog(WARN, "hash table out of memory. Use -B parameter to increase buffe
-rs.");
+      elog(WARN, "hash table out of memory. Use -B parameter to increase buffers.");
 #endif
 
     }