bdr: Fix a couple of minor typos
authorAbhijit Menon-Sen <[email protected]>
Mon, 5 May 2014 11:07:09 +0000 (16:37 +0530)
committerAndres Freund <[email protected]>
Thu, 3 Jul 2014 15:55:30 +0000 (17:55 +0200)
contrib/bdr/bdr_commandfilter.c

index 855ae1b872be9d4bfe87180ba56a4a693f746990..cccdedcf77d3ce1e98578f275f5997561a2fa293 100644 (file)
@@ -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 supported 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;