aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeModifyTable.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2020-12-28 11:55:23 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2020-12-28 11:55:32 -0500
commit63d78d106d2f69768f9b4c66ff849d95a83205f7 (patch)
tree86fec9e2bbe3191e0806da48367cf16acdd34558 /src/backend/executor/nodeModifyTable.c
parent0ea25ed108d8344ac17012e62790e7e9ef7f1a7a (diff)
downloadpostgresql-63d78d106d2f69768f9b4c66ff849d95a83205f7.tar.gz
postgresql-63d78d106d2f69768f9b4c66ff849d95a83205f7.zip
Further fix thinko in plpgsql memory leak fix.
There's a second call of get_eval_mcontext() that should also be get_stmt_mcontext(). This is actually dead code, since no interesting allocations happen before switching back to the original context, but we should keep it in sync with the other call to forestall possible future bugs. Discussion: https://postgr.es/m/f075f7be-c654-9aa8-3ffc-e9214622f02a@enterprisedb.com
Diffstat (limited to 'src/backend/executor/nodeModifyTable.c')
0 files changed, 0 insertions, 0 deletions