mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-05 19:09:58 +08:00
Minor bug fix
This commit is contained in:
parent
ba4b7f5021
commit
e4b2558fa3
@ -7,7 +7,7 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* 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>
|
* - Chris Dunlop, <chris@onthe.net.au>
|
||||||
* ------------------
|
* ------------------
|
||||||
*/
|
*/
|
||||||
elog(WARN, "hash table out of memory. Use -B parameter to increase buffe
|
elog(WARN, "hash table out of memory. Use -B parameter to increase buffers.");
|
||||||
rs.");
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user