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

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

From
tgl@postgresql.org (Tom Lane)
Date:
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)