Add two HyperLogLog functions
Alvaro Herrera <alvherre@alvh.no-ip.org>
Add two HyperLogLog functions New functions initHyperLogLogError() and freeHyperLogLog() simplify using this module from elsewhere. Author: Tomáš Vondra Review: Peter Geoghegan
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/lib/hyperloglog.c | modified | +47 −1 |
| src/include/lib/hyperloglog.h | modified | +2 −0 |