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"),
|
||||
NULL,
|
||||
&EnableCreateDatabasePropagation,
|
||||
true,
|
||||
false,
|
||||
PGC_USERSET,
|
||||
GUC_STANDARD,
|
||||
NULL, NULL, NULL);
|
||||
|
|
Loading…
Reference in New Issue