Job schedule should load dolphin.
This commit is contained in:
@ -1254,6 +1254,8 @@ void PostgresInitializer::InitJobScheduler()
|
|||||||
|
|
||||||
InitSettings();
|
InitSettings();
|
||||||
|
|
||||||
|
InitExtensionVariable();
|
||||||
|
|
||||||
FinishInit();
|
FinishInit();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -201,6 +201,9 @@ NON_EXEC_STATIC void JobScheduleMain()
|
|||||||
/* Initialize openGauss with DEFAULT_DATABASE, since it cannot be dropped */
|
/* Initialize openGauss with DEFAULT_DATABASE, since it cannot be dropped */
|
||||||
t_thrd.proc_cxt.PostInit->SetDatabaseAndUser(dbname, InvalidOid, username);
|
t_thrd.proc_cxt.PostInit->SetDatabaseAndUser(dbname, InvalidOid, username);
|
||||||
t_thrd.proc_cxt.PostInit->InitJobScheduler();
|
t_thrd.proc_cxt.PostInit->InitJobScheduler();
|
||||||
|
#if (!defined(ENABLE_MULTIPLE_NODES)) && (!defined(ENABLE_PRIVATEGAUSS))
|
||||||
|
LoadSqlPlugin();
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef PGXC /* PGXC_COORD */
|
#ifdef PGXC /* PGXC_COORD */
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user