diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-12-24 18:23:02 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-12-24 18:23:02 +0000 |
commit | 9b28021cc662f97283210318e896edc25d4ebbb4 (patch) | |
tree | e1b8bac7ce018ea570388756689d220502967472 /src | |
parent | 1aecda002e8003cb5231bce096174c0fbfe72276 (diff) | |
download | postgresql-9b28021cc662f97283210318e896edc25d4ebbb4.tar.gz postgresql-9b28021cc662f97283210318e896edc25d4ebbb4.zip |
Previous commit message should have been:
Add comment marker for PG_ENCODING_BE_LAST.
Diffstat (limited to 'src')
-rw-r--r-- | src/include/mb/pg_wchar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/mb/pg_wchar.h b/src/include/mb/pg_wchar.h index 3435d51c6ab..71cb50386f0 100644 --- a/src/include/mb/pg_wchar.h +++ b/src/include/mb/pg_wchar.h @@ -1,4 +1,4 @@ -/* $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 #define PG_WCHAR_H @@ -143,7 +143,7 @@ typedef unsigned int pg_wchar; * If you add some encoding don'y forget check * 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 { |