Re: Add on_perl_init and proper destruction to plperl [PATCH]
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Andrew Dunstan <andrew@dunslane.net>
Cc: Tim Bunce <Tim.Bunce@pobox.com>, pgsql-hackers@postgresql.org
Date: 2010-01-27T06:14:16Z
Lists: pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes: > Tim Bunce wrote: >> - Added plperl.on_perl_init GUC for DBA use (PGC_SIGHUP) >> SPI functions are not available when the code is run. >> >> - Added normal interpreter destruction behaviour >> END blocks, if any, are run then objects are >> destroyed, calling their DESTROY methods, if any. >> SPI functions will die if called at this time. > So, are there still objections to applying this patch? Yes. regards, tom lane