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

Commita1199e0

Browse files
committed
Fix compile error from Rod's patch.
1 parent0adb416 commita1199e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/backend/commands/copy.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/commands/copy.c,v 1.172 2002/09/2003:52:50 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/commands/copy.c,v 1.173 2002/09/2015:29:44 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -1126,8 +1126,8 @@ CopyFrom(Relation rel, List *attnumlist, bool binary, bool oids,
11261126
false);/* not coerced */
11271127

11281128
/* Process constraints */
1129-
node=coerce_type_constraints(pstate,(Node*)con,
1130-
attr[m]->atttypid, true);
1129+
node=coerce_type_constraints((Node*)con,attr[m]->atttypid,
1130+
COERCE_DONTCARE);
11311131

11321132
values[m]=ExecEvalExpr(node,econtext,
11331133
&isNull,NULL);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp