!3479 【轻量级 PR】:修改pg_regress里BASE_GLOBAL_VARIABLE_NUM的值

Merge pull request !3479 from pengjiong/N/A
This commit is contained in:
opengauss-bot
2023-05-24 09:33:52 +00:00
committed by Gitee

View File

@ -5412,7 +5412,7 @@ static void CheckCleanCodeWarningInfo(const int baseNum, const int currentNum,
return;
}
#define BASE_GLOBAL_VARIABLE_NUM 221
#define BASE_GLOBAL_VARIABLE_NUM 222
#define CMAKE_CMD_BUF_LEN 1000