mirror of https://github.com/citusdata/citus.git
Fixes review comments
parent
afa60556fd
commit
4c9863c0fb
|
@ -256,7 +256,6 @@ PreprocessAlterDatabaseSetStmt(Node *node, const char *queryString,
|
||||||
return NIL;
|
return NIL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
AlterDatabaseSetStmt *stmt = castNode(AlterDatabaseSetStmt, node);
|
AlterDatabaseSetStmt *stmt = castNode(AlterDatabaseSetStmt, node);
|
||||||
|
|
||||||
EnsureCoordinator();
|
EnsureCoordinator();
|
||||||
|
|
|
@ -252,7 +252,7 @@ DeparseAlterDatabaseSetStmt(Node *node)
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Validates for if option is template, lc_type, locale or lc_collate, propagation will
|
* Validates for if option is template, lc_type, locale or lc_collate, propagation will
|
||||||
* not be supported since template and strategy options are not stored in the catalog
|
* not be supported since template and strategy options are not stored in the catalog
|
||||||
* and lc_type, locale and lc_collate options depends on template parameter.
|
* and lc_type, locale and lc_collate options depends on template parameter.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue