MB patch - Mailing list pgsql-hackers

From t-ishii@sra.co.jp
Subject MB patch
Date
Msg-id 199802120210.LAA25924@srapc451.sra.co.jp
Whole thread Raw
Responses Re: [HACKERS] MB patch  (The Hermit Hacker <scrappy@hub.org>)
List pgsql-hackers
Hello,

I have made patches that allow PostgreSQL to handle multi-byte
characters. The patches makes most commands including "regexp" and
"like" 8 bit, multi-byte aware. You have a choice of one of followings
for coding schema at the compile time:

    1. single byte 7 bit ASCII/8 bit characters(mostly used in Europ)
    2. EUC (extend Unix Code) for Japanese, Chinese and Korean
    3. UNICODE (UTF-8)
    4. Mule internal code

I only modified include/regexp, backend/regex and
backend/utils/adt/like.c. So the patches would not affect other parts
of PostgreSQL, I believe.
Note that I changed regexp coming with PostgreSQL rather than
borrowing GNU's regex to avoid license issues.

Should I post the patches for 6.3b now or wait after v6.3?
--
Tatsuo Ishii
t-ishii@sra.co.jp

pgsql-hackers by date:

Previous
From: "Thomas G. Lockhart"
Date:
Subject: Re: [HACKERS] Some cleanups/enhancements
Next
From: "Thomas G. Lockhart"
Date:
Subject: Re: [HACKERS] compiling extension functions? (fwd)