8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 178c78c commit 2609345Copy full SHA for 2609345
src/backend/tsearch/ts_locale.c
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $PostgreSQL: pgsql/src/backend/tsearch/ts_locale.c,v 1.5 2007/11/24 21:20:07 tgl Exp $
+ * $PostgreSQL: pgsql/src/backend/tsearch/ts_locale.c,v 1.6 2007/11/28 13:30:36 petere Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -303,7 +303,7 @@ lowerstr_with_len(const char *str, int len)
303
if (wlen < 0)
304
ereport(ERROR,
305
(errcode(ERRCODE_CHARACTER_NOT_IN_REPERTOIRE),
306
- errmsg("translation from wchar_t to server encoding failed: %m")));
+ errmsg("conversion from wchar_t to server encoding failed: %m")));
307
Assert(wlen < len);
308
}
309
else
0 commit comments