|
7 | 7 | * |
8 | 8 | * |
9 | 9 | * 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 $ |
11 | 11 | * |
12 | 12 | *------------------------------------------------------------------------- |
13 | 13 | */ |
@@ -570,7 +570,7 @@ compileTheSubstitute(DictThesaurus *d) |
570 | 570 | } |
571 | 571 | elseif (lexized) |
572 | 572 | { |
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); |
574 | 574 | } |
575 | 575 | else |
576 | 576 | { |
|