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)
commit476045a21be82bf2437af8e41496a11e2ab4b9a9
tree87fe64b09184d12a105cd655a305805b63b5cf00
parent13553cbbff8670decab9cfed691bde7ed8a8b5b4
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