mirror of https://github.com/citusdata/citus.git
Fix typo
parent
ab6c68e466
commit
9b295b911e
|
@ -1823,7 +1823,7 @@ RegisterCitusConfigVariables(void)
|
||||||
|
|
||||||
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 main_db"),
|
||||||
NULL,
|
NULL,
|
||||||
&MainDb,
|
&MainDb,
|
||||||
"",
|
"",
|
||||||
|
|
Loading…
Reference in New Issue