pgsql: On Windows, if the encoding implied by locale is not allowed as

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: On Windows, if the encoding implied by locale is not allowed as
Date: 2011-04-15 17:56:19
Message-ID: E1QAnFj-0005ji-3Q@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Windows, if the encoding implied by locale is not allowed as a
server-encoding, fall back to UTF-8. It happens at least with the Chinese
locale, which implies BIG5. This is safe, because on Windows all locales
are compatible with UTF-8.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1f943dc8fe1377d93253fad9f01e4b0aa8599bbd

Modified Files
--------------
src/bin/initdb/initdb.c | 15 ++++++++++++++-
1 files changed, 14 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2011-04-15 20:36:00 Re: [COMMITTERS] pgsql: Rename pg_regress option --multibyte to --encoding
Previous Message Andrew Dunstan 2011-04-15 16:28:57 Re: [COMMITTERS] pgsql: Rename pg_regress option --multibyte to --encoding