Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9b28021

Browse files
committed
Previous commit message should have been:
Add comment marker for PG_ENCODING_BE_LAST.
1 parent 1aecda0 commit 9b28021

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/mb/pg_wchar.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $PostgreSQL: pgsql/src/include/mb/pg_wchar.h,v 1.65 2005/12/24 18:21:34 momjian Exp $ */
1+
/* $PostgreSQL: pgsql/src/include/mb/pg_wchar.h,v 1.66 2005/12/24 18:23:02 momjian Exp $ */
22

33
#ifndef PG_WCHAR_H
44
#define PG_WCHAR_H
@@ -143,7 +143,7 @@ typedef unsigned int pg_wchar;
143143
* If you add some encoding don'y forget check
144144
* PG_ENCODING_[BE|FE]_LAST macros.
145145
*
146-
* The PG_SQL_ASCII is default encoding and must be = 0.
146+
* The PG_SQL_ASCII is default encoding and must be = 0.
147147
*/
148148
typedef enum pg_enc
149149
{

0 commit comments

Comments
 (0)