Remove QueryOperand->istrue flag, it was used only in cover ranking
Teodor Sigaev <teodor@sigaev.ru>
Remove QueryOperand->istrue flag, it was used only in cover ranking (ts_rank_cd). Use palloc'ed array in ranking instead of flag.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/tsquery.c | modified | +1 −3 |
| src/backend/utils/adt/tsrank.c | modified | +46 −42 |
| src/include/tsearch/ts_type.h | modified | +2 −3 |