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:
d9785b5
)
bdr: fix: really disallow SECURITY LABEL for now
author
Christian Kruse
<cjk@defunct.ch>
Thu, 8 May 2014 09:59:58 +0000
(11:59 +0200)
committer
Andres Freund
<andres@anarazel.de>
Thu, 3 Jul 2014 15:55:32 +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 3d6bc4656e463844592996d8eba2a46d11a9a281..5db15673da3be9a09d908ddc8031b3b431405833 100644
(file)
--- a/
contrib/bdr/bdr_commandfilter.c
+++ b/
contrib/bdr/bdr_commandfilter.c
@@
-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: