Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93dc6a1 commit 72ee670Copy full SHA for 72ee670
src/port/chklocale.c
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $PostgreSQL: pgsql/src/port/chklocale.c,v 1.16 2010/04/28 00:29:16 itagaki Exp $
+ * $PostgreSQL: pgsql/src/port/chklocale.c,v 1.17 2010/05/06 02:12:38 itagaki Exp $
12
13
*-------------------------------------------------------------------------
14
*/
@@ -62,7 +62,7 @@ static const struct encoding_match encoding_match_list[] = {
62
{PG_EUC_KR, "IBM-eucKR"},
63
{PG_EUC_KR, "deckorean"},
64
{PG_EUC_KR, "5601"},
65
- {PG_EUC_KR, "CP51949"}, /* or 20949 ? */
+ {PG_EUC_KR, "CP51949"},
66
67
{PG_EUC_TW, "EUC-TW"},
68
{PG_EUC_TW, "eucTW"},
0 commit comments