1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-09 17:03:00 +03:00

Patch resolve ERROR problem for non-goog query_txt.

Teodor Sigaev
This commit is contained in:
Bruce Momjian
2002-08-23 02:56:36 +00:00
parent 2e0e430659
commit 52ee800ed3
4 changed files with 20 additions and 8 deletions

View File

@@ -283,7 +283,7 @@ clean_fakeval(ITEM * ptr, int4 *len)
resroot = clean_fakeval_intree(root, &result);
if (result != V_UNKNOWN)
{
elog(ERROR, "Your query contained only stopword(s), ignored");
elog(NOTICE, "Query contains only stopword(s) or doesn't contain lexem(s), ignored");
*len = 0;
return NULL;
}