pgsql: On Windows, if the encoding implied by locale is not allowed as - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: On Windows, if the encoding implied by locale is not allowed as
Date
Msg-id E1QAnFj-0005ji-3Q@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: setlocale() on Windows doesn't work correctly if the locale name
Next
From: Tom Lane
Date:
Subject: pgsql: Guard against incoming rowcount estimate of NaN in cost_mergejoi