Changes EnableCreateDatabasePropagation to false

to fix failing tests
create_drop_db_gh
gindibay 2023-10-04 15:06:22 +03:00
parent 1b8c400821
commit f25b173ad5
1 changed files with 1 additions and 1 deletions

View File

@ -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);