two new chklocale aliases - Mailing list pgsql-patches

From Zdenek Kotala
Subject two new chklocale aliases
Date
Msg-id 472052C8.5070007@sun.com
Whole thread Raw
Responses Re: two new chklocale aliases  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-patches
I add two encoding aliases used in Solaris.


        Zdenek
Index: src/port/chklocale.c
===================================================================
RCS file: /zfs_data/cvs_pgsql/cvsroot/pgsql/src/port/chklocale.c,v
retrieving revision 1.6
diff -c -r1.6 chklocale.c
*** src/port/chklocale.c    17 Oct 2007 15:24:04 -0000    1.6
--- src/port/chklocale.c    25 Oct 2007 07:23:10 -0000
***************
*** 127,132 ****
--- 127,133 ----
      {PG_WIN874, "CP874"},
      {PG_WIN1250, "CP1250"},
      {PG_WIN1251, "CP1251"},
+     {PG_WIN1251, "ansi-1251"},
      {PG_WIN1252, "CP1252"},
      {PG_WIN1253, "CP1253"},
      {PG_WIN1254, "CP1254"},
***************
*** 161,166 ****
--- 162,168 ----

      {PG_BIG5, "BIG5"},
      {PG_BIG5, "BIG5HKSCS"},
+     {PG_BIG5, "Big5-HKSCS"},
      {PG_BIG5, "CP950"},

      {PG_GBK, "GBK"},

pgsql-patches by date:

Previous
From: Joe Conway
Date:
Subject: [Fwd: Re: [GENERAL] Crosstab Problems]
Next
From: Zdenek Kotala
Date:
Subject: Headers dependencies cleanup