Remove QueryOperand->istrue flag, it was used only in cover ranking
authorTeodor Sigaev <teodor@sigaev.ru>
Tue, 11 Sep 2007 16:01:40 +0000 (16:01 +0000)
committerTeodor Sigaev <teodor@sigaev.ru>
Tue, 11 Sep 2007 16:01:40 +0000 (16:01 +0000)
commitca6b839239eba778f63c8e65bcd5e3e32cef42be
treeed612b1ee6e93cc8888ce874b37c00aa66029919
parenta037959750777e3ee6c6aa81ea99e123660a4342
Remove QueryOperand->istrue flag, it was used only in cover ranking
(ts_rank_cd). Use palloc'ed array in ranking instead of flag.
src/backend/utils/adt/tsquery.c
src/backend/utils/adt/tsrank.c
src/include/tsearch/ts_type.h