pgsql: Encoding PG_UHC is code page 949. - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Encoding PG_UHC is code page 949.
Date
Msg-id E1ZQPIh-00085n-F3@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Encoding PG_UHC is code page 949.

This fixes presentation of non-ASCII messages to the Windows event log
and console in rare cases involving Korean locale.  Processes like the
postmaster and checkpointer, but not processes attached to databases,
were affected.  Back-patch to 9.4, where MessageEncoding was introduced.
The problem exists in all supported versions, but this change has no
effect in the absence of the code recognizing PG_UHC MessageEncoding.

Noticed while investigating bug #13427 from Dmitri Bourlatchkov.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/ec79978dd059d51c8c28efae949d115987588011

Modified Files
--------------
src/backend/utils/mb/encnames.c |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Update key words table for 9.5
Next
From: Noah Misch
Date:
Subject: pgsql: Encoding PG_UHC is code page 949.