mirror of
https://github.com/postgres/postgres.git
synced 2025-05-02 11:44:50 +03:00
Fix typo
Stefan Kaltenbrunner
This commit is contained in:
parent
9c57d11fca
commit
0f2ca0075c
@ -273,7 +273,7 @@ typedef enum pg_enc
|
|||||||
/* PG_ENCODING_BE_LAST points to the above entry */
|
/* PG_ENCODING_BE_LAST points to the above entry */
|
||||||
|
|
||||||
/* followings are for client encoding only */
|
/* followings are for client encoding only */
|
||||||
PG_SJIS, /* Shift JIS (Winindows-932) */
|
PG_SJIS, /* Shift JIS (Windows-932) */
|
||||||
PG_BIG5, /* Big5 (Windows-950) */
|
PG_BIG5, /* Big5 (Windows-950) */
|
||||||
PG_GBK, /* GBK (Windows-936) */
|
PG_GBK, /* GBK (Windows-936) */
|
||||||
PG_UHC, /* UHC (Windows-949) */
|
PG_UHC, /* UHC (Windows-949) */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user