!3625 大页内存guc参数更改为不向备机同步

Merge pull request !3625 from zhangzhixian/hugepages_local_guc
This commit is contained in:
opengauss_bot
2023-06-29 07:03:00 +00:00
committed by Gitee

View File

@ -150,12 +150,14 @@ const char *g_reserve_param[] = {
#ifndef ENABLE_MULTIPLE_NODES #ifndef ENABLE_MULTIPLE_NODES
"dcf_node_id", "dcf_node_id",
"dcf_data_path", "dcf_data_path",
"dcf_log_path" "dcf_log_path",
#else #else
NULL, NULL,
NULL, NULL,
NULL NULL,
#endif #endif
"enable_huge_pages",
"huge_page_size"
}; };
const int g_reserve_param_num = lengthof(g_reserve_param); const int g_reserve_param_num = lengthof(g_reserve_param);