Tatsuo Ishii <[EMAIL PROTECTED]> 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 ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster