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

Commit1b4902e

Browse files
author
Artur Zakirov
committed
Funcion renamed
1 parentce91be3 commit1b4902e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎rum_ts_utils.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ typedef struct
3939
}RumChkVal;
4040

4141
staticbool
42-
checkcondition_gin(void*checkval,QueryOperand*val,ExecPhraseData*data)
42+
checkcondition_rum(void*checkval,QueryOperand*val,ExecPhraseData*data)
4343
{
4444
RumChkVal*gcv= (RumChkVal*)checkval;
4545
intj;
@@ -83,7 +83,7 @@ rum_tsquery_pre_consistent(PG_FUNCTION_ARGS)
8383
res=TS_execute(GETQUERY(query),
8484
&gcv,
8585
false,
86-
checkcondition_gin);
86+
checkcondition_rum);
8787
}
8888

8989
PG_RETURN_BOOL(res);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp