Re: plperl strict mode and associated fixes - Mailing list pgsql-patches

From Tom Lane
Subject Re: plperl strict mode and associated fixes
Date
Msg-id 20996.1124856323@sss.pgh.pa.us
Whole thread Raw
In response to Re: plperl strict mode and associated fixes  (Michael Fuhr <mike@fuhr.org>)
List pgsql-patches
Michael Fuhr <mike@fuhr.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

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: PL/Perl regression tests with use_strict
Next
From: Michael Fuhr
Date:
Subject: Re: PL/Perl regression tests with use_strict