Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 39cb506

Browse filesBrowse files
committed
Merge branch 'master' of github.com:postgrespro/rum into public_master
2 parents b1c8e89 + e2e2a9f commit 39cb506
Copy full SHA for 39cb506

File tree

Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed

‎src/rum_ts_utils.c

Copy file name to clipboardExpand all lines: src/rum_ts_utils.c
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,14 +208,13 @@ rum_tsquery_pre_consistent(PG_FUNCTION_ARGS)
208208

209209
if (query->size > 0)
210210
{
211-
QueryItem *item;
212211
RumChkVal gcv;
213212

214213
/*
215214
* check-parameter array has one entry for each value (operand) in the
216215
* query.
217216
*/
218-
gcv.first_item = item = GETQUERY(query);
217+
gcv.first_item = GETQUERY(query);
219218
gcv.check = check;
220219
gcv.map_item_operand = (int *) (extra_data[0]);
221220
gcv.need_recheck = &recheck;

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.