]> granicus.if.org Git - postgresql/commit
Fix leakage of proc-related storage in plpython's inline handler.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 1 May 2010 17:04:38 +0000 (17:04 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 1 May 2010 17:04:38 +0000 (17:04 +0000)
commitf5c23ca20811c62c87c35c0b45f74572b0b77955
tree6749470c5613d6687dd9fdb0c4e13f55072ce814
parent05f030837ce2b84cce6511dfba03f0f921866580
Fix leakage of proc-related storage in plpython's inline handler.
Per report from Andres Freund.
src/pl/plpython/plpython.c