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

Commit43e082f

Browse files
committed
Change a stop word on the right-hand-side in the thesaurus file to be an
ERROR, not NOTICE.
1 parenta54d3fb commit43e082f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/tsearch/dict_thesaurus.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/dict_thesaurus.c,v 1.8 2007/11/15 22:25:16 momjian Exp $
10+
* $PostgreSQL: pgsql/src/backend/tsearch/dict_thesaurus.c,v 1.9 2007/11/28 04:24:38 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -570,7 +570,7 @@ compileTheSubstitute(DictThesaurus *d)
570570
}
571571
elseif (lexized)
572572
{
573-
elog(NOTICE,"thesaurus word \"%s\" in substitution is a stop-word, ignored (rule %d)",inptr->lexeme,i+1);
573+
elog(ERROR,"thesaurus word \"%s\" in substitution is a stop-word (rule %d)",inptr->lexeme,i+1);
574574
}
575575
else
576576
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp