mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Error message editing in backend/executor.
This commit is contained in:
@ -15,7 +15,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/backend/executor/execTuples.c,v 1.66 2003/05/08 18:16:36 tgl Exp $
|
||||
* $Header: /cvsroot/pgsql/src/backend/executor/execTuples.c,v 1.67 2003/07/21 17:05:09 tgl Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -256,8 +256,7 @@ ExecAllocTableSlot(TupleTable table)
|
||||
* -mer 4 Aug 1992
|
||||
*/
|
||||
if (table->next >= table->size)
|
||||
elog(ERROR, "Plan requires more slots than are available"
|
||||
"\n\tsend mail to your local executor guru to fix this");
|
||||
elog(ERROR, "plan requires more slots than are available");
|
||||
|
||||
/*
|
||||
* at this point, space in the table is guaranteed so we reserve the
|
||||
|
Reference in New Issue
Block a user