Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2609345

Browse files
committed
Improve terminology
1 parent178c78c commit2609345

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/tsearch/ts_locale.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $PostgreSQL: pgsql/src/backend/tsearch/ts_locale.c,v 1.5 2007/11/24 21:20:07 tgl Exp $
10+
* $PostgreSQL: pgsql/src/backend/tsearch/ts_locale.c,v 1.6 2007/11/28 13:30:36 petere Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -303,7 +303,7 @@ lowerstr_with_len(const char *str, int len)
303303
if (wlen<0)
304304
ereport(ERROR,
305305
(errcode(ERRCODE_CHARACTER_NOT_IN_REPERTOIRE),
306-
errmsg("translation from wchar_t to server encoding failed: %m")));
306+
errmsg("conversion from wchar_t to server encoding failed: %m")));
307307
Assert(wlen<len);
308308
}
309309
else

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp