Re: plperl strict mode and associated fixes

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: plperl strict mode and associated fixes
Дата
Msg-id 20996.1124856323@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: plperl strict mode and associated fixes  (Michael Fuhr <mike@fuhr.org>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: PL/Perl regression tests with use_strict
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: PL/Perl regression tests with use_strict