From cec8a80320970b82c8630b69a4fa2d2d92be3b7e Mon Sep 17 00:00:00 2001 From: congzhou2603 Date: Mon, 12 Aug 2024 16:59:28 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90bugfix=E3=80=91=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E6=8C=89=E9=9C=80=E5=9B=9E=E6=94=BEredo=E9=98=B6=E6=AE=B5?= =?UTF-8?q?=E6=89=A7=E8=A1=8Ccreate=20procedure=E6=8A=A5=E9=94=99=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/gausskernel/process/tcop/utility.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gausskernel/process/tcop/utility.cpp b/src/gausskernel/process/tcop/utility.cpp index 5000fc019..d413deede 100755 --- a/src/gausskernel/process/tcop/utility.cpp +++ b/src/gausskernel/process/tcop/utility.cpp @@ -664,6 +664,7 @@ void PreventCommandDuringSSOndemandRedo(Node* parseTree) case T_CreateFunctionStmt: /* no need to adapt */ case T_AlterFunctionStmt: /* no need to adapt */ case T_CompileStmt: + case T_DoStmt: case T_RenameStmt: case T_TransactionStmt: case T_ViewStmt: /* no need to adapt */