Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e4b2558

Browse files
committed
Minor bug fix
1 parent ba4b7f5 commit e4b2558

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/backend/executor/nodeHash.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/executor/nodeHash.c,v 1.2 1996/07/22 23:30:40 scrappy Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/executor/nodeHash.c,v 1.3 1996/07/26 20:03:21 scrappy Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -594,8 +594,7 @@ ExecHashOverflowInsert(HashJoinTable hashtable,
594594
* - Chris Dunlop, <chris@onthe.net.au>
595595
* ------------------
596596
*/
597-
elog(WARN, "hash table out of memory. Use -B parameter to increase buffe
598-
rs.");
597+
elog(WARN, "hash table out of memory. Use -B parameter to increase buffers.");
599598
#endif
600599

601600
}

0 commit comments

Comments
 (0)