pgsql: Add CP949 as an alias for UHC encoding.

From: itagaki(at)postgresql(dot)org (Takahiro Itagaki)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add CP949 as an alias for UHC encoding.
Date: 2010-04-28 00:29:16
Message-ID: 20100428002916.C542D7541D0@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-04-28 00:46:33 pgsql: Fix stupid typo in refnameRangeTblEntry() --- mea maxima culpa.
Previous Message Tom Lane 2010-04-28 00:09:05 pgsql: Replace the KnownAssignedXids hash table with a sorted-array data