Re: multibyte support by default - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: multibyte support by default
Date
Msg-id Pine.LNX.4.30.0204152202490.834-100000@peter.localdomain
Whole thread Raw
In response to multibyte support by default  (Tatsuo Ishii <t-ishii@sra.co.jp>)
List pgsql-hackers
Tatsuo Ishii writes:

> In my understanding, our consensus was enabling multibyte support by
> default for 7.3. Any objection?

It was my understanding (or if I was mistaken, then it is my suggestion)
that the build-time option would be removed altogether and certain
performance-critical places (if any) would be wrapped into
   if (encoding_is_single_byte(current_encoding)) { }

That's basically what I did with the locale support.

-- 
Peter Eisentraut   peter_e@gmx.net



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Operators and schemas
Next
From: Thomas Lockhart
Date:
Subject: Re: Bug #633: CASE statement evaluation does not short-circut