diff options
Diffstat (limited to 'src/backend/utils/adt/tsvector_op.c')
-rw-r--r-- | src/backend/utils/adt/tsvector_op.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/adt/tsvector_op.c b/src/backend/utils/adt/tsvector_op.c index 769509772a1..1920f2ad267 100644 --- a/src/backend/utils/adt/tsvector_op.c +++ b/src/backend/utils/adt/tsvector_op.c @@ -625,7 +625,7 @@ checkcondition_str(void *checkval, QueryOperand *val) StopHigh = StopMiddle; } - if (res == false && val->prefix == true) + if (!res && val->prefix) { /* * there was a failed exact search, so we should scan further to find |