Re: BUG #1831: plperl gives error after reconnect.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #1831: plperl gives error after reconnect.
Дата
Msg-id 17027.1124515316@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: BUG #1831: plperl gives error after reconnect.  (Michael Fuhr <mike@fuhr.org>)
Список pgsql-bugs
Michael Fuhr <mike@fuhr.org> writes:
> But this example crashes the backend if plperl.use_strict is enabled :-(

I suspect the croak() in plperl_convert_to_pg_array (the C function)
ought to be an ereport().  It looks like that is not called from inside
the Perl environment, and so croak is probably sending control to exit().

            regards, tom lane

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

Предыдущее
От: Michael Fuhr
Дата:
Сообщение: Re: BUG #1831: plperl gives error after reconnect.
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: BUG #1831: plperl gives error after reconnect.