From f5f1355dc4dccea18ce9b8af14ea48038507409a Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 27 Dec 2007 13:02:48 +0000 Subject: Wording improvements --- src/backend/utils/adt/tsquery_cleanup.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/backend/utils/adt/tsquery_cleanup.c') 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; } -- cgit v1.2.3