File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
*
8
8
*
9
9
* IDENTIFICATION
10
- * $PostgreSQL: pgsql/src/backend/utils/adt/tsginidx.c,v 1.4 2007/09/11 08:46:29 teodor Exp $
10
+ * $PostgreSQL: pgsql/src/backend/utils/adt/tsginidx.c,v 1.5 2007/10/20 21:06:20 tgl Exp $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
@@ -97,7 +97,7 @@ gin_extract_query(PG_FUNCTION_ARGS)
97
97
if (strategy != TSearchWithClassStrategyNumber && val -> weight != 0 )
98
98
ereport (ERROR ,
99
99
(errcode (ERRCODE_FEATURE_NOT_SUPPORTED ),
100
- errmsg ("@@ operator does not support lexeme class restrictions" ),
100
+ errmsg ("@@ operator does not support lexeme weight restrictions in GIN index searches " ),
101
101
errhint ("Use the @@@ operator instead." )));
102
102
}
103
103
}
You can’t perform that action at this time.
0 commit comments