From 0a0cac4ee38d60593a10911bb1b7bd8d145062d6 Mon Sep 17 00:00:00 2001 From: pengjiong Date: Wed, 24 May 2023 08:08:12 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9pg=5Fregress=E9=87=8CBASE=5FG?= =?UTF-8?q?LOBAL=5FVARIABLE=5FNUM=E7=9A=84=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: pengjiong --- src/test/regress/pg_regress.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/regress/pg_regress.cpp b/src/test/regress/pg_regress.cpp index 806c8a4ff..db1f0b4ac 100644 --- a/src/test/regress/pg_regress.cpp +++ b/src/test/regress/pg_regress.cpp @@ -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