projects
/
2ndquadrant_bdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a396ae
)
bdr: Allow ALTER TABLE ... ALTER COLUMN ... SET STATISTICS
author
Andres Freund
<andres@anarazel.de>
Tue, 25 Nov 2014 13:09:43 +0000
(14:09 +0100)
committer
Andres Freund
<andres@anarazel.de>
Tue, 25 Nov 2014 13:10:03 +0000
(14:10 +0100)
bdr_commandfilter.c
patch
|
blob
|
blame
|
history
diff --git
a/bdr_commandfilter.c
b/bdr_commandfilter.c
index 588d776d443880f76ec32e0309b2a75429bec70f..94afa578fbec29ff0664f89abeafca1ab20baabf 100644
(file)
--- a/
bdr_commandfilter.c
+++ b/
bdr_commandfilter.c
@@
-329,6
+329,7
@@
filter_AlterTableStmt(Node *parsetree,
break;
case AT_SetStatistics:
+ break;
case AT_SetOptions:
case AT_ResetOptions:
error_on_persistent_rv(astmt->relation,