Improve terminology

This commit is contained in:
Peter Eisentraut 2007-11-28 13:30:36 +00:00
parent 178c78c79f
commit 2609345c85

View file

@ -7,7 +7,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $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 $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
@ -303,7 +303,7 @@ lowerstr_with_len(const char *str, int len)
if (wlen < 0) if (wlen < 0)
ereport(ERROR, ereport(ERROR,
(errcode(ERRCODE_CHARACTER_NOT_IN_REPERTOIRE), (errcode(ERRCODE_CHARACTER_NOT_IN_REPERTOIRE),
errmsg("translation from wchar_t to server encoding failed: %m"))); errmsg("conversion from wchar_t to server encoding failed: %m")));
Assert(wlen < len); Assert(wlen < len);
} }
else else