mirror of https://github.com/citusdata/citus.git
reindent
parent
6d7648c04d
commit
72899c5ec9
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue