pgsql: Fix breakage from earlier plperl fix.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix breakage from earlier plperl fix.
Date: 2012-01-05 23:02:35
Message-ID: E1RiwKR-0003hf-Fj@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix breakage from earlier plperl fix.

Apparently the perl garbage collector was a bit too eager, so here
we control when the new SV is garbage collected.

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/d1d836f92c0798f4bc4138dc6b87279199c4f49a

Modified Files
--------------
src/pl/plperl/plperl_helpers.h | 23 +++++++++++++++--------
1 files changed, 15 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2012-01-05 23:02:48 pgsql: Fix breakage from earlier plperl fix.
Previous Message Andrew Dunstan 2012-01-05 22:55:55 Re: [COMMITTERS] pgsql: Work around perl bug in SvPVutf8().