修复libpqwalreceiver若干内存泄漏问题

This commit is contained in:
chenxiaobin19
2024-09-21 11:40:34 +08:00
parent 547e87e77a
commit 82d8bd50b0
5 changed files with 22 additions and 8 deletions

View File

@ -1410,6 +1410,7 @@ typedef struct AlterFunctionStmt {
FuncWithArgs* func; /* name and args of function */
List* actions; /* list of DefElem */
bool isProcedure = false;
bool noargs; /* support alter function without args in dolphin */
} AlterFunctionStmt;
enum CompileEntry {