Skip to content

Commit a1199e0

Browse files
committed
Fix compile error from Rod's patch.
1 parent 0adb416 commit a1199e0

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/20 03:52:50 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/commands/copy.c,v 1.173 2002/09/20 15: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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy