]> granicus.if.org Git - postgresql/commit
Prevent intratransaction memory leak when a subtransaction is aborted
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 21 Nov 2006 22:35:29 +0000 (22:35 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 21 Nov 2006 22:35:29 +0000 (22:35 +0000)
commit7ec1c5a867d391a8d2778a9f6a05083fb9acb5f4
tree133b314d2505cfdd6abbbfca7022451eb100b04a
parent5fc2d7e45148b92ea082356b425562c3cb971954
Prevent intratransaction memory leak when a subtransaction is aborted
in the middle of executing a SPI query.  This doesn't entirely fix the
problem of memory leakage in plpgsql exception handling, but it should
get rid of the lion's share of leakage.
src/backend/executor/spi.c