Re: plperl and inline functions -- first draft

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: plperl and inline functions -- first draft
Дата
Msg-id 4AF474A3.9030502@dunslane.net
обсуждение исходный текст
Ответ на Re: plperl and inline functions -- first draft  (Joshua Tolley <eggyknap@gmail.com>)
Ответы Re: plperl and inline functions -- first draft
Список pgsql-hackers

Joshua Tolley wrote:
>>> The basics seem to be there, with at least one notable
>>> exception, namely that plperl functions can do stuff only plperlu should do. I
>>> presume this is because I really don't understand yet how plperl's trusted
>>> interpreter initialization works, and have simply copied what looked like
>>> important stuff from the original plperl call handler. 
>>>
>>>       
>> I'll check that out.
>>     
>
>
>   

Ok, I have a handle on the trusted/nontrusted issue. But I think the 
piece that's missing here is that it needs to save the calling context 
etc. and use PG_TRY() and friends, just like plperl_call_handler(). I'll 
work on that.

cheers

andrew


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: operator exclusion constraints
Следующее
От: Jeff Davis
Дата:
Сообщение: Re: operator exclusion constraints