Re: Unicode combining characters - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Unicode combining characters
Date
Msg-id 15665.1002164716@sss.pgh.pa.us
Whole thread Raw
In response to Re: Unicode combining characters  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Responses Re: Unicode combining characters
List pgsql-hackers
Tatsuo Ishii <t-ishii@sra.co.jp> writes:
> To accomplish this, I moved MatchText etc. to a separate file and now
> like.c includes it *twice* (similar technique used in regexec()). This
> makes like.o a little bit larger, but I believe this is worth for the
> optimization.

That sounds great.

What's your feeling now about the original question: whether to enable
multibyte by default now, or not?  I'm still thinking that Peter's
counsel is the wisest: plan to do it in 7.3, not today.  But this fix
seems to eliminate the only hard reason we have not to do it today ...
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG: text(varchar) truncates at 31 bytes
Next
From: Lincoln Yeoh
Date:
Subject: Feature suggestion: Postgresql binding to one IP?