projects
/
users
/
hanada
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
570cdc1
)
Follow a change during fixing handling of NOT VALID constraints.
author
Shigeru Hanada
<
[email protected]
>
Mon, 27 Jun 2011 01:53:27 +0000
(10:53 +0900)
committer
Shigeru Hanada
<
[email protected]
>
Mon, 27 Jun 2011 01:53:27 +0000
(10:53 +0900)
src/backend/parser/parse_utilcmd.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/parser/parse_utilcmd.c
b/src/backend/parser/parse_utilcmd.c
index a23e22bc397e913c96e95880ee7f54c288277838..8f1f615f6d7bf2a85e4bfe5f3810004ca5514ac2 100644
(file)
--- a/
src/backend/parser/parse_utilcmd.c
+++ b/
src/backend/parser/parse_utilcmd.c
@@
-571,7
+571,6
@@
transformColumnDefinition(CreateStmtContext *cxt, ColumnDef *column)
cmd->def = (Node *) column->fdwoptions;
cmd->behavior = DROP_RESTRICT;
cmd->missing_ok = false;
- cmd->validated = true;
stmt = makeNode(AlterTableStmt);
stmt->relation = cxt->relation;