We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2604d99 commit e2e2a9fCopy full SHA for e2e2a9f
src/rum_ts_utils.c
@@ -208,14 +208,13 @@ rum_tsquery_pre_consistent(PG_FUNCTION_ARGS)
208
209
if (query->size > 0)
210
{
211
- QueryItem *item;
212
RumChkVal gcv;
213
214
/*
215
* check-parameter array has one entry for each value (operand) in the
216
* query.
217
*/
218
- gcv.first_item = item = GETQUERY(query);
+ gcv.first_item = GETQUERY(query);
219
gcv.check = check;
220
gcv.map_item_operand = (int *) (extra_data[0]);
221
gcv.need_recheck = &recheck;
0 commit comments