Re: plperl security

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: plperl security
Дата
Msg-id 1904.1089426993@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: plperl security  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: [Plperlng-devel] Re: plperl security  ("Joshua D. Drake" <jd@commandprompt.com>)
Список pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> OK, I have a setup that instead of refusing to load trusted functions if 
> the Safe version is not up to date, forces them to error out by calling 
> elog(ERROR...), thus:

> andrew=# select tval();
> ERROR:  trusted perl functions disabled - please upgrade perl Safe 
> module to at least 2.09

> This seems like perfectly reasonable recovery to me. Thoughts?

Works for me --- and it doesn't leak memory across repeated failures,
right?

Patch please?
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: bug in DROP TABLESPACE
Следующее
От: Philip Warner
Дата:
Сообщение: Re: [PATCHES] Fixes for pg_dump and ownership/acl problems