mirror of https://github.com/citusdata/citus.git
Fix PG16 assertion
parent
2d9181a9ab
commit
c72f5357e1
|
@ -55,7 +55,7 @@ List * PreprocessGrantOnDatabaseStmt(Node *node, const char *queryString,
|
|||
ProcessUtilityContext processUtilityContext);
|
||||
|
||||
/* controlled via GUC */
|
||||
bool EnableCreateDatabasePropagation = true;
|
||||
bool EnableCreateDatabasePropagation = false;
|
||||
bool EnableAlterDatabaseOwner = true;
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue