pgsql: Add two HyperLogLog functions - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Add two HyperLogLog functions
Date
Msg-id E1aLd5e-0005rt-BI@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add two HyperLogLog functions

New functions initHyperLogLogError() and freeHyperLogLog() simplify
using this module from elsewhere.

Author: Tomáš Vondra
Review: Peter Geoghegan

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/948c97958bf37adb2a9c2d6d92c255abfc7499ba

Modified Files
--------------
src/backend/lib/hyperloglog.c |   48 ++++++++++++++++++++++++++++++++++++++++-
src/include/lib/hyperloglog.h |    2 ++
2 files changed, 49 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix assorted inconsistencies in GiST opclass support function de
Next
From: Tom Lane
Date:
Subject: pgsql: Fix assorted inconsistencies in GIN opclass support function dec