Re: [PATCH] untrusted plperl

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [PATCH] untrusted plperl
Дата
Msg-id 4021.992748055@sss.pgh.pa.us
обсуждение исходный текст
Ответ на [PATCH] untrusted plperl  (Alex Pilosov <alex@pilosoft.com>)
Ответы Re: [PATCH] untrusted plperl  (Alex Pilosov <alex@pilosoft.com>)
Список pgsql-hackers
Alex Pilosov <alex@pilosoft.com> writes:
> Hope someone finds that useful and maybe even merged :)

It looks great to me (except you forgot the documentation updates ;)).
But it'd be nice to get a Perl expert to comment on the thing,
particularly on the safe/unsafe-in-one-interpreter business.

One thought that comes to mind: seems like it'd be possible to
communicate via Perl global variables, functions, etc between
safe and unsafe functions.  This might be good, or it might be
a vehicle for bypassing the safety restrictions.  We should
think hard about that.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [PATCH] inet << indexability (take 3)
Следующее
От: ncm@zembu.com (Nathan Myers)
Дата:
Сообщение: Re: Doing authentication in backend