Re: Plpython bug with int8 - Found, need advice

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Plpython bug with int8 - Found, need advice
Дата
Msg-id 2449.1002234473@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Plpython bug with int8 - Found, need advice  (Bradley McLean <brad@bradm.net>)
Список pgsql-hackers
Bradley McLean <brad@bradm.net> writes:
> 1)  All of the conversion functions that return NULL ( line 1463 as
> an example, page up and down from there) will cause the backend to terminate
> abnormally.  I'm not sure if this is considered a correct behavior,
> or if elog(ERROR, ...) is a better approach.  Comments?

Backend coredump is never a correct behavior.  I'd recommend elog ...
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG: text(varchar) truncates at 31 bytes
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Patch for fixing a few memory leaks