From: Bruce Momjian Date: Wed, 26 Jun 2002 22:16:54 +0000 (+0000) Subject: Restore error message I accidentally changed. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=5c8b44ce3e3c1afcf9bb220cef1eb49f789a23cd;p=users%2Fbernd%2Fpostgres.git Restore error message I accidentally changed. --- diff --git a/src/backend/executor/execMain.c b/src/backend/executor/execMain.c index 13a310b20b..53a623cfad 100644 --- a/src/backend/executor/execMain.c +++ b/src/backend/executor/execMain.c @@ -1223,7 +1223,7 @@ ExecInsert(TupleTableSlot *slot, * Check the constraints of the tuple */ if (resultRelationDesc->rd_att->constr) - ExecConstraints("ExecInsert", resultRelInfo, slot, estate); + ExecConstraints("ExecAppend", resultRelInfo, slot, estate); /* * insert the tuple