fixed ccdbdaa from https://gitee.com/opengauss/openGauss-server/pulls/4399
Fix initdb with B db bug.
This commit is contained in:
@ -7608,6 +7608,7 @@ void RemoveTempNamespace()
|
||||
|
||||
#if (!defined(ENABLE_MULTIPLE_NODES)) && (!defined(ENABLE_PRIVATEGAUSS))
|
||||
#define INITIAL_USER_ID 10
|
||||
/* IMPORTANT: load plugin should call after process is normal, cause heap_create_with_catalog will check it */
|
||||
void LoadSqlPlugin()
|
||||
{
|
||||
if (u_sess->proc_cxt.MyDatabaseId != InvalidOid && DB_IS_CMPT(B_FORMAT) && IsFileExisted(DOLPHIN)) {
|
||||
|
||||
Reference in New Issue
Block a user