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:
825e329
)
bdr: Fix a couple of minor typos
author
Abhijit Menon-Sen
<
[email protected]
>
Mon, 5 May 2014 11:07:09 +0000
(16:37 +0530)
committer
Andres Freund
<
[email protected]
>
Thu, 3 Jul 2014 15:55:30 +0000
(17:55 +0200)
contrib/bdr/bdr_commandfilter.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/bdr/bdr_commandfilter.c
b/contrib/bdr/bdr_commandfilter.c
index 855ae1b872be9d4bfe87180ba56a4a693f746990..cccdedcf77d3ce1e98578f275f5997561a2fa293 100644
(file)
--- a/
contrib/bdr/bdr_commandfilter.c
+++ b/
contrib/bdr/bdr_commandfilter.c
@@
-83,7
+83,7
@@
error_unsupported_command(const char *cmdtag)
{
ereport(ERROR,
(errcode(ERRCODE_FEATURE_NOT_SUPPORTED),
- errmsg("%s is not support when bdr is active",
+ errmsg("%s is not support
ed
when bdr is active",
cmdtag)));
}
@@
-338,8
+338,10
@@
bdr_commandfilter(Node *parsetree,
{
case T_CreateSchemaStmt:
break;
+
case T_CreateStmt:
filter_CreateStmt(parsetree, completionTag);
+ break;
case T_CreateForeignTableStmt:
break;