File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/backend/utils/mb/conversion_procs Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
* Portions Copyright (c) 1994, Regents of the University of California
7
7
*
8
8
* IDENTIFICATION
9
- * $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/utf8_and_iso8859/utf8_and_iso8859.c,v 1.23 2006/10/06 17:13:59 petere Exp $
9
+ * $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/utf8_and_iso8859/utf8_and_iso8859.c,v 1.24 2006/11/27 15:50:54 petere Exp $
10
10
*
11
11
*-------------------------------------------------------------------------
12
12
*/
@@ -162,7 +162,7 @@ utf8_to_iso8859(PG_FUNCTION_ARGS)
162
162
163
163
ereport (ERROR ,
164
164
(errcode (ERRCODE_INTERNAL_ERROR ),
165
- errmsg ("unexpected encoding id %d for ISO- 8859 charsets " , encoding )));
165
+ errmsg ("unexpected encoding ID %d for ISO 8859 character sets " , encoding )));
166
166
167
167
PG_RETURN_VOID ();
168
168
}
Original file line number Diff line number Diff line change 6
6
* Portions Copyright (c) 1994, Regents of the University of California
7
7
*
8
8
* IDENTIFICATION
9
- * $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/utf8_and_win/utf8_and_win.c,v 1.7 2006/10/06 17:14:00 petere Exp $
9
+ * $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/utf8_and_win/utf8_and_win.c,v 1.8 2006/11/27 15:50:55 petere Exp $
10
10
*
11
11
*-------------------------------------------------------------------------
12
12
*/
@@ -152,7 +152,7 @@ utf8_to_win(PG_FUNCTION_ARGS)
152
152
153
153
ereport (ERROR ,
154
154
(errcode (ERRCODE_INTERNAL_ERROR ),
155
- errmsg ("unexpected encoding id %d for WIN charsets " , encoding )));
155
+ errmsg ("unexpected encoding ID %d for WIN character sets " , encoding )));
156
156
157
157
PG_RETURN_VOID ();
158
158
}
You can’t perform that action at this time.
0 commit comments