8000
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 e5392a4 commit 1aecda0Copy full SHA for 1aecda0
src/include/mb/pg_wchar.h
@@ -1,4 +1,4 @@
1
-/* $PostgreSQL: pgsql/src/include/mb/pg_wchar.h,v 1.64 2005/12/24 18:11:30 momjian Exp $ */
+/* $PostgreSQL: pgsql/src/include/mb/pg_wchar.h,v 1.65 2005/12/24 18:21:34 momjian Exp $ */
2
3
#ifndef PG_WCHAR_H
4
#define PG_WCHAR_H
@@ -177,7 +177,8 @@ typedef enum pg_enc
177
PG_ISO_8859_7, /* ISO-8859-7 */
178
PG_ISO_8859_8, /* ISO-8859-8 */
179
PG_WIN1250, /* windows-1250 */
180
-
+ /* PG_ENCODING_BE_LAST points to the above entry */
181
+
182
/* followings are for client encoding only */
183
PG_SJIS, /* Shift JIS (Winindows-932) */
184
PG_BIG5, /* Big5 (Windows-950) */
0 commit comments