From 5bc68d9c1cb0e465e2f86a4e26c694af403c5886 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cross-=E7=BD=97?= <1165977584@qq.com> Date: Mon, 22 Nov 2021 08:25:04 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=89=88=E6=9C=AC=E5=8F=B7?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E4=B8=8D=E5=87=86=E7=A1=AE=E7=9A=84bug=20?= =?UTF-8?q?=E4=BD=9C=E4=B8=BAPR=EF=BC=9A=E7=9A=84=E8=A1=A5=E5=85=85?= =?UTF-8?q?=EF=BC=8C=E6=AD=A4=E5=A4=84=E7=89=88=E6=9C=AC=E5=8F=B7=E5=BA=94?= =?UTF-8?q?=E5=86=8D+1=EF=BC=8C=E5=9B=A0=E4=B8=BA=E5=86=8DPR=EF=BC=9A?= =?UTF-8?q?=E4=B8=8A=E9=94=99=E8=AF=AF=E5=9C=B0=E6=8A=8A=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7=E4=B9=9F=E5=9B=9E=E9=80=80=E4=BA=86=EF=BC=8C=E4=BC=9A?= =?UTF-8?q?=E5=AF=BC=E8=87=B4=E4=BB=8E=E6=97=A7=E5=A4=87=E6=9C=BA=E5=BD=92?= =?UTF-8?q?=E6=A1=A3=E6=96=B9=E6=A1=88=E5=8D=87=E7=BA=A7=E5=88=B0=E6=96=B0?= =?UTF-8?q?=E5=A4=87=E6=9C=BA=E5=BD=92=E6=A1=A3=E6=96=B9=E6=A1=88=E4=BD=86?= =?UTF-8?q?=E6=9C=AA=E6=8F=90=E4=BA=A4=E6=97=B6=E4=BB=8D=E7=84=B6=E8=83=BD?= =?UTF-8?q?=E5=A4=9F=E5=88=9B=E5=BB=BA=E5=BD=92=E6=A1=A3=E6=A7=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/backend/utils/init/globals.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/backend/utils/init/globals.cpp b/src/common/backend/utils/init/globals.cpp index 099d4c783..81716296e 100644 --- a/src/common/backend/utils/init/globals.cpp +++ b/src/common/backend/utils/init/globals.cpp @@ -59,7 +59,7 @@ bool open_join_children = true; bool will_shutdown = false; /* hard-wired binary version number */ -const uint32 GRAND_VERSION_NUM = 92299; +const uint32 GRAND_VERSION_NUM = 92300; const uint32 MATVIEW_VERSION_NUM = 92213; const uint32 PARTIALPUSH_VERSION_NUM = 92087; @@ -77,7 +77,7 @@ const uint32 RANGE_LIST_DISTRIBUTION_VERSION_NUM = 92272; const uint32 BACKUP_SLOT_VERSION_NUM = 92282; const uint32 ML_OPT_MODEL_VERSION_NUM = 92284; const uint32 FIX_SQL_ADD_RELATION_REF_COUNT = 92291; -const uint32 STANDBY_ARCHIVING_VERSION_NUM = 92299; +const uint32 STANDBY_ARCHIVING_VERSION_NUM = 92300; /* This variable indicates wheather the instance is in progress of upgrade as a whole */ uint32 volatile WorkingGrandVersionNum = GRAND_VERSION_NUM;