diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2007-12-27 13:02:48 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2007-12-27 13:02:48 +0000 |
commit | f5f1355dc4dccea18ce9b8af14ea48038507409a (patch) | |
tree | 1013057d91bbefa721a9e1006f4c62d58b51bc68 /src/backend/utils/adt/tsquery_cleanup.c | |
parent | a82cfcb9ee9b100f48e442e9017b1fae27caa7be (diff) | |
download | postgresql-f5f1355dc4dccea18ce9b8af14ea48038507409a.tar.gz postgresql-f5f1355dc4dccea18ce9b8af14ea48038507409a.zip |
Wording improvements
Diffstat (limited to 'src/backend/utils/adt/tsquery_cleanup.c')
-rw-r--r-- | src/backend/utils/adt/tsquery_cleanup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/utils/adt/tsquery_cleanup.c b/src/backend/utils/adt/tsquery_cleanup.c index c58cce8f5e7..962ed689aed 100644 --- a/src/backend/utils/adt/tsquery_cleanup.c +++ b/src/backend/utils/adt/tsquery_cleanup.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $PostgreSQL: pgsql/src/backend/utils/adt/tsquery_cleanup.c,v 1.8 2007/11/28 21:56:30 tgl Exp $ + * $PostgreSQL: pgsql/src/backend/utils/adt/tsquery_cleanup.c,v 1.9 2007/12/27 13:02:48 petere Exp $ * *------------------------------------------------------------------------- */ @@ -282,7 +282,7 @@ clean_fakeval(QueryItem *ptr, int *len) if (result != V_UNKNOWN) { ereport(NOTICE, - (errmsg("query contains only stopword(s) or doesn't contain lexeme(s), ignored"))); + (errmsg("text-search query contains only stop words or doesn't contain lexemes, ignored"))); *len = 0; return NULL; } |