controldb_name should require retsart

pull/7254/head
EmelSimsek 2023-10-16 12:38:28 +03:00 committed by Emel Şimşek
parent 67d6246821
commit c26415ce48
2 changed files with 1 additions and 2 deletions

View File

@ -1029,7 +1029,7 @@ RegisterCitusConfigVariables(void)
NULL,
&ControlDbName,
"",
PGC_SU_BACKEND,
PGC_POSTMASTER,
GUC_STANDARD,
NULL, NULL, NULL);

View File

@ -341,7 +341,6 @@ CitusMaintenanceDaemonMain(Datum main_arg)
if (databaseOid == 0)
{
/* TODO : Get the admin database name from GUC contro_db*/
char *databaseName = ControlDbName;
BackgroundWorkerInitializeConnection(databaseName, NULL, 0);