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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix session-lifespan memory leak when a plperl function is
Date: 2009-11-29 21:02:34
Message-ID: 20091129210234.DA5B2753FB7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Tags:
----
REL8_2_STABLE

Modified Files:
--------------
pgsql/src/pl/plperl:
plperl.c (r1.123.2.8 -> r1.123.2.9)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plperl/plperl.c?r1=1.123.2.8&r2=1.123.2.9)

Browse pgsql-committers by date

  From Date Subject
Next Message ormod 2009-11-29 23:03:45 pgmemcache: pgmemcache Makefile NEWS README.pgmemcache
Previous Message Tom Lane 2009-11-29 21:02:28 pgsql: Fix session-lifespan memory leak when a plperl function is