pgsql: Encoding PG_UHC is code page 949.

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Encoding PG_UHC is code page 949.
Date: 2015-08-15 00:26:19
Message-ID: E1ZQPIh-00085x-Fe@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
REL9_4_STABLE

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2015-08-15 02:14:55 pgsql: Reject isolation test specifications with duplicate step names.
Previous Message Peter Eisentraut 2015-08-14 16:15:54 pgsql: Update key words table for 9.5