Request for review: tsearch2 patch

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Request for review: tsearch2 patch
Date: 2007-01-01 14:26:14
Message-ID: 20070101.232614.26963847.t-ishii@sraoss.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

Here are patches against tsearch2 with CVS head. Currently tsearch2
does not work with multibyte encoding which uses C locale. These
patches are intended to solve the problem by using PostgreSQL in-house
multibyte function instead of mbstowcs which does not work with C
locale. Also iswalpha etc. will not be called in case of C locale
since they are not working with it. Tested with the EUC_JP encoding
(should be working with any multibye encodings). Existing single byte
encodings should not be broken by the patches, I did not test though.
--
Tatsuo Ishii
SRA OSS, Inc. Japan

Attachment Content-Type Size
unknown_filename text/plain 6.6 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2007-01-01 19:06:35 Re: A possible TODO item
Previous Message Gurjeet Singh 2007-01-01 07:24:52 Re: Added the word TODO in comments