mirror of https://github.com/citusdata/citus.git
Changes EnableCreateDatabasePropagation to false
to fix failing testscreate_drop_db_gh
parent
1b8c400821
commit
f25b173ad5
|
@ -1268,7 +1268,7 @@ RegisterCitusConfigVariables(void)
|
||||||
"and DROP DATABASE statements to workers"),
|
"and DROP DATABASE statements to workers"),
|
||||||
NULL,
|
NULL,
|
||||||
&EnableCreateDatabasePropagation,
|
&EnableCreateDatabasePropagation,
|
||||||
true,
|
false,
|
||||||
PGC_USERSET,
|
PGC_USERSET,
|
||||||
GUC_STANDARD,
|
GUC_STANDARD,
|
||||||
NULL, NULL, NULL);
|
NULL, NULL, NULL);
|
||||||
|
|
Loading…
Reference in New Issue