mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
Restore error message I accidentally changed.
This commit is contained in:
parent
73ad6ca96c
commit
4f0de24486
@ -27,7 +27,7 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* $Header: /cvsroot/pgsql/src/backend/executor/execMain.c,v 1.168 2002/06/26 21:58:56 momjian Exp $
|
* $Header: /cvsroot/pgsql/src/backend/executor/execMain.c,v 1.169 2002/06/26 22:16:54 momjian Exp $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
@ -1223,7 +1223,7 @@ ExecInsert(TupleTableSlot *slot,
|
|||||||
* Check the constraints of the tuple
|
* Check the constraints of the tuple
|
||||||
*/
|
*/
|
||||||
if (resultRelationDesc->rd_att->constr)
|
if (resultRelationDesc->rd_att->constr)
|
||||||
ExecConstraints("ExecInsert", resultRelInfo, slot, estate);
|
ExecConstraints("ExecAppend", resultRelInfo, slot, estate);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* insert the tuple
|
* insert the tuple
|
||||||
|
Loading…
x
Reference in New Issue
Block a user