Changes EnableCreateDatabasePropagation to false

to fix failing tests
pull/7270/head
gindibay 2023-10-04 15:06:22 +03:00
parent 3735bef156
commit 5c50d58757
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,
true,
false,
PGC_USERSET,
GUC_STANDARD,
NULL, NULL, NULL);