--enable-multibyte - Mailing list pgsql-hackers

From Peter Eisentraut
Subject --enable-multibyte
Date
Msg-id Pine.GSO.4.02A.10001131224190.6438-100000@Pingvin.DoCS.UU.SE
Whole thread Raw
Responses Re: [HACKERS] --enable-multibyte
List pgsql-hackers
We had a dicussion about this already, but I think I came up with a
solution that works for everyone.

[proposal]

* If you configure with --enable-multibyte then you build a server and
clients that are multibyte enabled (as defined by the MULTIBYTE symbol).
If you don't use multibyte functionality then nothing will change, so this
would be the preferred option for package maintainers.

* If you configure with --enable-multibyte=XXX then XXX will be initdb's
default encoding, but XXX won't be used anywhere else. This option is for
those who insist on it; the preferred way to go about this would be the
respective option for initdb itself.

I'd leave the --with-mb option in there but hidden and make the new option
the published interface. Any protests?

-- 
Peter Eisentraut                  Sernanders vaeg 10:115
peter_e@gmx.net                   75262 Uppsala
http://yi.org/peter-e/            Sweden



pgsql-hackers by date:

Previous
From: Michael Meskes
Date:
Subject: Re: [HACKERS] FETCH without FROM/IN
Next
From: The Hermit Hacker
Date:
Subject: Re: [HACKERS] TODO list updated