Sets enable_create_database_propagation true

pull/7274/head
gindibay 2023-10-14 19:50:32 +03:00
parent 3a6fdada11
commit 674fd3226c
1 changed files with 1 additions and 1 deletions

View File

@ -1268,7 +1268,7 @@ RegisterCitusConfigVariables(void)
"and DROP DATABASE statements to workers"),
NULL,
&EnableCreateDatabasePropagation,
false,
true,
PGC_USERSET,
GUC_STANDARD,
NULL, NULL, NULL);