Remove QueryOperand->istrue flag, it was used only in cover ranking

Teodor Sigaev <teodor@sigaev.ru>

Commit: 476045a21be82bf2437af8e41496a11e2ab4b9a9
Author: Teodor Sigaev <teodor@sigaev.ru>
Date: 2007-09-11T16:01:40Z
Releases: 8.3.0
Remove QueryOperand->istrue flag, it was used only in cover ranking
(ts_rank_cd). Use palloc'ed array in ranking instead of flag.

Files

PathChange+/−
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