Commit 9b28021c authored by Bruce Momjian's avatar Bruce Momjian

Previous commit message should have been:

Add comment marker for PG_ENCODING_BE_LAST.
parent 1aecda00
/* $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 $ */
#ifndef PG_WCHAR_H #ifndef PG_WCHAR_H
#define PG_WCHAR_H #define PG_WCHAR_H
...@@ -143,7 +143,7 @@ typedef unsigned int pg_wchar; ...@@ -143,7 +143,7 @@ typedef unsigned int pg_wchar;
* If you add some encoding don'y forget check * If you add some encoding don'y forget check
* PG_ENCODING_[BE|FE]_LAST macros. * PG_ENCODING_[BE|FE]_LAST macros.
* *
* The PG_SQL_ASCII is default encoding and must be = 0. * The PG_SQL_ASCII is default encoding and must be = 0.
*/ */
typedef enum pg_enc typedef enum pg_enc
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment