Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit39cb506

Browse files
committed
Merge branch 'master' of github.com:postgrespro/rum into public_master
2 parentsb1c8e89 +e2e2a9f commit39cb506

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎src/rum_ts_utils.c

Lines 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
RumChkValgcv;
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)

[8]ページ先頭

©2009-2025 Movatter.jp