mirror of
https://github.com/postgres/postgres.git
synced 2025-11-19 13:42:17 +03:00
pgindent run for 9.6
This commit is contained in:
@@ -184,8 +184,8 @@ checkcondition_gin_internal(GinChkVal *gcv, QueryOperand *val, ExecPhraseData *d
|
||||
int j;
|
||||
|
||||
/*
|
||||
* if any val requiring a weight is used or caller
|
||||
* needs position information then set recheck flag
|
||||
* if any val requiring a weight is used or caller needs position
|
||||
* information then set recheck flag
|
||||
*/
|
||||
if (val->weight != 0 || data != NULL)
|
||||
*gcv->need_recheck = true;
|
||||
@@ -236,9 +236,10 @@ TS_execute_ternary(GinChkVal *gcv, QueryItem *curitem)
|
||||
return !result;
|
||||
|
||||
case OP_PHRASE:
|
||||
|
||||
/*
|
||||
* GIN doesn't contain any information about positions,
|
||||
* treat OP_PHRASE as OP_AND with recheck requirement
|
||||
* GIN doesn't contain any information about positions, treat
|
||||
* OP_PHRASE as OP_AND with recheck requirement
|
||||
*/
|
||||
*gcv->need_recheck = true;
|
||||
/* FALL THRU */
|
||||
|
||||
Reference in New Issue
Block a user