|
1 | 1 | /*
|
2 | 2 | * conversion functions between pg_wchar and multibyte streams.
|
3 | 3 | * Tatsuo Ishii
|
4 |
| - * $PostgreSQL: pgsql/src/backend/utils/mb/wchar.c,v 1.56 2006/08/2203:30:20 momjian Exp $ |
| 4 | + * $PostgreSQL: pgsql/src/backend/utils/mb/wchar.c,v 1.57 2006/08/2212:11:28 momjian Exp $ |
5 | 5 | *
|
6 | 6 | * WIN1250 client encoding updated by Pavel Behal
|
7 | 7 | *
|
@@ -1487,7 +1487,7 @@ report_invalid_encoding(int encoding, const char *mbstr, int len)
|
1487 | 1487 | errmsg("invalid byte sequence for encoding \"%s\": 0x%s",
|
1488 | 1488 | pg_enc2name_tbl[encoding].name,
|
1489 | 1489 | buf),
|
1490 |
| -errhint("Thisfailure can also happen if the byte sequence does not " |
| 1490 | +errhint("Thiserror can also happen if the byte sequence does not " |
1491 | 1491 | "match the encoding expected by the server, which is controlled "
|
1492 | 1492 | "by \"client_encoding\".")));
|
1493 | 1493 | }
|
|