pgsql: Fix leakage of proc-related storage in plpython's inline handler.

Started by Tom Laneabout 16 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

Log Message:
-----------
Fix leakage of proc-related storage in plpython's inline handler.
Per report from Andres Freund.

Modified Files:
--------------
pgsql/src/pl/plpython:
plpython.c (r1.142 -> r1.143)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/plpython.c?r1=1.142&r2=1.143)