Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4f0de24

Browse files
committed
Restore error message I accidentally changed.
1 parent73ad6ca commit4f0de24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/executor/execMain.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
*
2828
*
2929
* IDENTIFICATION
30-
* $Header: /cvsroot/pgsql/src/backend/executor/execMain.c,v 1.168 2002/06/2621:58:56 momjian Exp $
30+
* $Header: /cvsroot/pgsql/src/backend/executor/execMain.c,v 1.169 2002/06/2622:16:54 momjian Exp $
3131
*
3232
*-------------------------------------------------------------------------
3333
*/
@@ -1223,7 +1223,7 @@ ExecInsert(TupleTableSlot *slot,
12231223
* Check the constraints of the tuple
12241224
*/
12251225
if (resultRelationDesc->rd_att->constr)
1226-
ExecConstraints("ExecInsert",resultRelInfo,slot,estate);
1226+
ExecConstraints("ExecAppend",resultRelInfo,slot,estate);
12271227

12281228
/*
12291229
* insert the tuple

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp