mirror of https://github.com/citusdata/citus.git
Sets enable_create_database_propagation true
parent
3a6fdada11
commit
674fd3226c
|
@ -1268,7 +1268,7 @@ RegisterCitusConfigVariables(void)
|
|||
"and DROP DATABASE statements to workers"),
|
||||
NULL,
|
||||
&EnableCreateDatabasePropagation,
|
||||
false,
|
||||
true,
|
||||
PGC_USERSET,
|
||||
GUC_STANDARD,
|
||||
NULL, NULL, NULL);
|
||||
|
|
Loading…
Reference in New Issue