Re: [BUGS] BUG #2120: Crash when doing UTF8<->ISO_8859_8 encoding
- From: Tom Lane <tgl@sss.pgh.pa.us>
- To: Tatsuo Ishii <ishii@sraoss.co.jp>
- Cc: pgman@candle.pha.pa.us, sagi@adamnet.co.il, pgsql-patches@postgresql.org
- Subject: Re: [BUGS] BUG #2120: Crash when doing UTF8<->ISO_8859_8 encoding
- Date: Thu, 22 Dec 2005 23:38:26 -0500
- Message-id: <15856.1135312706@sss.pgh.pa.us>
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
Home |
Main Index |
Thread Index