Fix mem leak when commit in procedure.
This commit is contained in:
@ -552,7 +552,7 @@ extern void end_tup_output(TupOutputState* tstate);
|
||||
/*
|
||||
* prototypes from functions in execUtils.c
|
||||
*/
|
||||
extern EState* CreateExecutorState(MemoryContext saveCxt = NULL);
|
||||
extern EState* CreateExecutorState();
|
||||
extern void FreeExecutorState(EState* estate);
|
||||
extern ExprContext* CreateExprContext(EState* estate);
|
||||
extern ExprContext* CreateStandaloneExprContext(void);
|
||||
|
||||
Reference in New Issue
Block a user