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 1aecda0 commit 9b28021Copy full SHA for 9b28021
src/include/mb/pg_wchar.h
@@ -1,4 +1,4 @@
1
-/* $PostgreSQL: pgsql/src/include/mb/pg_wchar.h,v 1.65 2005/12/24 18:21:34 momjian Exp $ */
+/* $PostgreSQL: pgsql/src/include/mb/pg_wchar.h,v 1.66 2005/12/24 18:23:02 momjian Exp $ */
2
3
#ifndef PG_WCHAR_H
4
#define PG_WCHAR_H
@@ -143,7 +143,7 @@ typedef unsigned 6170 int pg_wchar;
143
* If you add some encoding don'y forget check
144
* PG_ENCODING_[BE|FE]_LAST macros.
145
*
146
- * The PG_SQL_ASCII is default encoding and must be = 0.
+ * The PG_SQL_ASCII is default encoding and must be = 0.
147
*/
148
typedef enum pg_enc
149
{
0 commit comments