pgsql: Add CP949 as an alias for UHC encoding. - Mailing list pgsql-committers

From itagaki@postgresql.org (Takahiro Itagaki)
Subject pgsql: Add CP949 as an alias for UHC encoding.
Date
Msg-id 20100428002916.C542D7541D0@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Add CP949 as an alias for UHC encoding. pg_get_encoding_from_locale()
with kor locale on Windows can use the path.

Reported by Hiroshi Inoue.

Modified Files:
--------------
    pgsql/src/port:
        chklocale.c (r1.15 -> r1.16)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/port/chklocale.c?r1=1.15&r2=1.16)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Replace the KnownAssignedXids hash table with a sorted-array data
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix stupid typo in refnameRangeTblEntry() --- mea maxima culpa.