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

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема Re: [BUGS] BUG #2120: Crash when doing UTF8<->ISO_8859_8
Дата
Msg-id 20051224.092723.123398431.t-ishii@sraoss.co.jp
обсуждение исходный текст
Ответ на Re: [BUGS] BUG #2120: Crash when doing UTF8<->ISO_8859_8 encoding  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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.

I thought about that too. But my conclusion was current code is too
hard to maintain even if appropreate comments are written in related
files.
--
Tatsuo Ishii
SRA OSS, Inc. Japan

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: default resource limits
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: default resource limits