mirror of
https://github.com/postgres/postgres.git
synced 2025-12-16 16:42:29 +03:00
Remove mergeHyperLogLog.
It's buggy. If somebody needs this later, they'll need to put back a non-buggy vesion of it. Discussion: CAM3SWZT-i6R9JU5YXa8MJUou2_r3LfGJZpQ9tYa1BYxfkj0=cQ@mail.gmail.com Discussion: CAM3SWZRUOLsYoTT83QgdUy9D8ehYWm_nvbrrfcOOzikiRfFY7g@mail.gmail.com Peter Geoghegan
This commit is contained in:
@@ -63,7 +63,6 @@ extern void initHyperLogLog(hyperLogLogState *cState, uint8 bwidth);
|
||||
extern void initHyperLogLogError(hyperLogLogState *cState, double error);
|
||||
extern void addHyperLogLog(hyperLogLogState *cState, uint32 hash);
|
||||
extern double estimateHyperLogLog(hyperLogLogState *cState);
|
||||
extern void mergeHyperLogLog(hyperLogLogState *cState, const hyperLogLogState *oState);
|
||||
extern void freeHyperLogLog(hyperLogLogState *cState);
|
||||
|
||||
#endif /* HYPERLOGLOG_H */
|
||||
|
||||
Reference in New Issue
Block a user