8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba4b7f5 commit e4b2558Copy full SHA for e4b2558
src/backend/executor/nodeHash.c
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $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 $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -594,8 +594,7 @@ ExecHashOverflowInsert(HashJoinTable hashtable,
594
* - Chris Dunlop, <chris@onthe.net.au>
595
* ------------------
596
597
- elog(WARN, "hash table out of memory. Use -B parameter to increase buffe
598
-rs.");
+ elog(WARN, "hash table out of memory. Use -B parameter to increase buffers.");
599
#endif
600
601
}
0 commit comments