Skip to content

Commit 5d115bb

Browse files
committed
Change domain patch to COERCE_IMPLICIT_CAST, per Tom.
1 parent a1199e0 commit 5d115bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/commands/copy.c

Lines changed: 2 additions & 2 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.173 2002/09/20 15:29:44 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/commands/copy.c,v 1.174 2002/09/20 15:43:03 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -1127,7 +1127,7 @@ CopyFrom(Relation rel, List *attnumlist, bool binary, bool oids,
11271127

11281128
/* Process constraints */
11291129
node = coerce_type_constraints((Node *) con, attr[m]->atttypid,
1130-
COERCE_DONTCARE);
1130+
COERCE_IMPLICIT_CAST);
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