Fixes review comments

pull/7240/head
gindibay 2023-11-09 01:49:43 +03:00
parent afa60556fd
commit 4c9863c0fb
2 changed files with 1 additions and 2 deletions

View File

@ -256,7 +256,6 @@ PreprocessAlterDatabaseSetStmt(Node *node, const char *queryString,
return NIL;
}
AlterDatabaseSetStmt *stmt = castNode(AlterDatabaseSetStmt, node);
EnsureCoordinator();

View File

@ -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
* and lc_type, locale and lc_collate options depends on template parameter.
*/