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 33f5bf9 commit 848c30aCopy full SHA for 848c30a
src/include/mb/pg_wchar.h
@@ -1,4 +1,4 @@
1
-/* $PostgreSQL: pgsql/src/include/mb/pg_wchar.h,v 1.59 2005/06/15 00:15:08 momjian Exp $ */
+/* $PostgreSQL: pgsql/src/include/mb/pg_wchar.h,v 1.60 2005/08/05 14:36:43 tgl Exp $ */
2
3
#ifndef PG_WCHAR_H
4
#define PG_WCHAR_H
@@ -200,7 +200,7 @@ typedef enum pg_enc
200
#define PG_VALID_BE_ENCODING(_enc) \
201
((_enc) >= 0 && (_enc) <= PG_ENCODING_BE_LAST)
202
203
-#define PG_ENCODING_IS_CLIEN_ONLY(_enc) \
+#define PG_ENCODING_IS_CLIENT_ONLY(_enc) \
204
(((_enc) > PG_ENCODING_BE_LAST && (_enc) <= PG_ENCODING_FE_LAST)
205
206
#define PG_VALID_ENCODING(_enc) \
0 commit comments