【bugfix】修复按需回放redo阶段执行create procedure报错的问题

This commit is contained in:
congzhou2603
2024-08-12 16:59:28 +08:00
parent be34dc2c25
commit cec8a80320

View File

@ -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 */