pull/7254/head
EmelSimsek 2023-10-18 12:48:24 +03:00 committed by Emel Şimşek
parent 6d7648c04d
commit 72899c5ec9
1 changed files with 9 additions and 9 deletions

View File

@ -1821,15 +1821,15 @@ RegisterCitusConfigVariables(void)
GUC_NO_SHOW_ALL | GUC_NOT_IN_SAMPLE | GUC_UNIT_MS, GUC_NO_SHOW_ALL | GUC_NOT_IN_SAMPLE | GUC_UNIT_MS,
NULL, NULL, NULL); NULL, NULL, NULL);
DefineCustomStringVariable( DefineCustomStringVariable(
"citus.main_db", "citus.main_db",
gettext_noop("Which database is designated as the controldb"), gettext_noop("Which database is designated as the controldb"),
NULL, NULL,
&MainDb, &MainDb,
"", "",
PGC_POSTMASTER, PGC_POSTMASTER,
GUC_STANDARD, GUC_STANDARD,
NULL, NULL, NULL); NULL, NULL, NULL);
DefineCustomIntVariable( DefineCustomIntVariable(
"citus.max_adaptive_executor_pool_size", "citus.max_adaptive_executor_pool_size",