Skip to content

GPDB 6 v.0.2.66

Latest
Compare
Choose a tag to compare
@zeromax007 zeromax007 released this 01 Apr 04:01

This version only supports GPDB 6.
Update CRoaring to v.0.2.66 to fix possible memory leak.
Fixed rb_and_agg, rb_and_cardinality_agg result error when only a few bitmap records.
We recommend users of all historical versions to upgrade.

How to update:
make
make install
psql -c "alter extension roaringbitmap update;"

此版本只支持GPDB6。
更新Croaring版本到0.2.66,解决在特定情况下内存泄漏的问题。
修复在bitmap个数非常少的情况下,聚合函数 rb_and_agg,rb_and_cardinality_agg 结果错误的问题。
我们建议所有历史版本的用户都进行更新。

升级方法:
make
make install
psql -c "alter extension roaringbitmap update;"