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 20087.1235752645@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:
> Tom Lane wrote:
>> I wonder how ugly it would be to try to suppress encoding
>> conversion as well?

> The error message might contain user data, which might contain non-ASCII
> characters. Or maybe not, but it seems like a shaky assumption to make.

The particular cases we are concerned about here will not.  In any case
it's a better result than dying without sending any message at all,
which would be the result of the patch you propose.

            regards, tom lane

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

Предыдущее
От: Chris Browne
Дата:
Сообщение: Re: Support platform of PostgresSQL 8.1.9 under IBM AIX 5.3
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: BUG #4680: Server crashed if using wrong (mismatch) conversion functions