bdr: fix: really disallow SECURITY LABEL for now
authorChristian Kruse <cjk@defunct.ch>
Thu, 8 May 2014 09:59:58 +0000 (11:59 +0200)
committerAndres Freund <andres@anarazel.de>
Thu, 3 Jul 2014 15:55:32 +0000 (17:55 +0200)
contrib/bdr/bdr_commandfilter.c

index 3d6bc4656e463844592996d8eba2a46d11a9a281..5db15673da3be9a09d908ddc8031b3b431405833 100644 (file)
@@ -288,7 +288,6 @@ bdr_commandfilter(Node *parsetree,
        case T_AlterTableSpaceOptionsStmt:
        case T_TruncateStmt:
        case T_CommentStmt: /* XXX: we could replicate these */;
-       case T_SecLabelStmt: /* XXX: we could replicate these */;
        case T_CopyStmt:
        case T_PrepareStmt:
        case T_ExecuteStmt: