Re: [BUGS] BUG #2120: Crash when doing UTF8<->ISO_8859_8 encoding

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [BUGS] BUG #2120: Crash when doing UTF8<->ISO_8859_8 encoding
Дата
Msg-id 15856.1135312706@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [BUGS] BUG #2120: Crash when doing UTF8<->ISO_8859_8 encoding  (Tatsuo Ishii <ishii@sraoss.co.jp>)
Ответы Re: [BUGS] BUG #2120: Crash when doing UTF8<->ISO_8859_8  (Tatsuo Ishii <ishii@sraoss.co.jp>)
Список pgsql-patches
Tatsuo Ishii <ishii@sraoss.co.jp> writes:
> I think the current implementaion in utf8_and_iso8859.c is fast but
> too fragile against rearranging of encoding id. I modify those functions
> in utf8_and_iso8859.c to do a linear search with encoding id.

That's not unreasonable, but I was wondering whether we could add some
Assert() tests that would catch problems without imposing any extra cost
in normal non-Assert builds.

            regards, tom lane

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Disparity in search_path SHOW and SET
Следующее
От: Volkan YAZICI
Дата:
Сообщение: Re: tuple count and v3 functions in psql for COPY