Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

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

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group