pgsql: Fix session-lifespan memory leak when a plperl function is - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix session-lifespan memory leak when a plperl function is
Date
Msg-id 20091129210216.22ACA753FB7@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix session-lifespan memory leak when a plperl function is redefined:
we have to tell Perl it can release its compiled copy of the function
text.  Noted by Alexey Klyukin.

Back-patch to 8.2 --- the problem exists further back, but this patch
won't work without modification, and it's probably not worth the trouble.

Modified Files:
--------------
    pgsql/src/pl/plperl:
        plperl.c (r1.154 -> r1.155)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plperl/plperl.c?r1=1.154&r2=1.155)

pgsql-committers by date:

Previous
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Error when a specified connection service is not found, instead
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix session-lifespan memory leak when a plperl function is