BUG #3716: utf8 crash with replace

Поиск
Список
Период
Сортировка
От Andreas Pflug
Тема BUG #3716: utf8 crash with replace
Дата
Msg-id 200711022000.lA2K0xA3057630@wwwmaster.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #3716: utf8 crash with replace  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      3716
Logged by:          Andreas Pflug
Email address:      pgadmin@pse-consulting.de
PostgreSQL version: 8.2.4
Operating system:   Linux,Windows
Description:        utf8 crash with replace
Details:

If replace is used with UTF8 client_encoding, searching for a malformed
string, the backend will crash.

SELECT replace('Ärger', chr(195), 'Ae')

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

Предыдущее
От: "Bailey, Scott"
Дата:
Сообщение: Re: BUG #3706: ecpg regression: "MOVE FORWARD"
Следующее
От: "Dave Page"
Дата:
Сообщение: Re: BUG #3715: StackBuilder failing