Re: BUG #4680: Server crashed if using wrong (mismatch) conversion functions

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #4680: Server crashed if using wrong (mismatch) conversion functions
Дата
Msg-id 19401.1235750196@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: BUG #4680: Server crashed if using wrong (mismatch) conversion functions  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Ответы Re: BUG #4680: Server crashed if using wrong (mismatch) conversion functions
Список pgsql-bugs
Heikki Linnakangas <heikki.linnakangas@enterprisedb.com> writes:
> When the conversion function doesn't work, any attempt to send any text
> to the client will fail.

Ah, now I remember: we arranged to short-circuit translation of the
error message when we were in this situation.  But it will still get
passed through the encoding converter (rather uselessly, if it's all
ASCII).  I wonder how ugly it would be to try to suppress encoding
conversion as well?

            regards, tom lane

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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: BUG #4680: Server crashed if using wrong (mismatch) conversion functions
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: BUG #4680: Server crashed if using wrong (mismatch) conversion functions