Re: plperl strict mode and associated fixes

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Michael Fuhr <mike(at)fuhr(dot)org>
Cc: Andrew Dunstan <andrew(at)dunslane(dot)net>, "Patches (PostgreSQL)" <pgsql-patches(at)postgresql(dot)org>
Subject: Re: plperl strict mode and associated fixes
Date: 2005-08-24 04:05:23
Message-ID: 20996.1124856323@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Michael Fuhr <mike(at)fuhr(dot)org> writes:
> Hmmm...even if the "plperl" custom variable class isn't defined in
> postgresql.conf, plperl.use_strict springs into existence when the
> interpreter is initialized:

Yes, this is per spec. The "custom class" concept is only intended
to allow you to put things into postgresql.conf before the associated
shared library is loaded; it is not intended to stop the shared library
from defining GUC variables that you didn't see fit to put values into
postgresql.conf for.

regards, tom lane

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Michael Fuhr 2005-08-24 04:30:51 Re: PL/Perl regression tests with use_strict
Previous Message Tom Lane 2005-08-24 03:58:25 Re: PL/Perl regression tests with use_strict