projects
/
users
/
andresfreund
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8a4689
)
bdr: allow VALIDATE CONSTRAINT
author
Christian Kruse
<
[email protected]
>
Wed, 7 May 2014 09:35:41 +0000
(11:35 +0200)
committer
Alvaro Herrera
<
[email protected]
>
Wed, 14 May 2014 18:46:09 +0000
(14:46 -0400)
contrib/bdr/bdr_commandfilter.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/bdr/bdr_commandfilter.c
b/contrib/bdr/bdr_commandfilter.c
index cb17b4d1f8976f04111447639f9c6e388008863d..c593fb4bbb73ad6f36393cacdd336fe2a50db0b3 100644
(file)
--- a/
contrib/bdr/bdr_commandfilter.c
+++ b/
contrib/bdr/bdr_commandfilter.c
@@
-242,6
+242,9
@@
filter_AlterTableStmt(Node *parsetree,
}
break;
+ case AT_ValidateConstraint: /* VALIDATE CONSTRAINT */
+ break;
+
default:
hasInvalid = true;
break;