修复libpqwalreceiver若干内存泄漏问题
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user