pgsql: Remove mergeHyperLogLog.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove mergeHyperLogLog.
Date: 2016-04-27 14:56:44
Message-ID: E1avQtQ-00017I-In@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(at)mail(dot)gmail(dot)com
Discussion: CAM3SWZRUOLsYoTT83QgdUy9D8ehYWm_nvbrrfcOOzikiRfFY7g(at)mail(dot)gmail(dot)com

Peter Geoghegan

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/360ca27a9b9793f3939c9f70de77c1272a110362

Modified Files
--------------
src/backend/lib/hyperloglog.c | 22 ----------------------
src/include/lib/hyperloglog.h | 1 -
2 files changed, 23 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2016-04-27 15:33:49 pgsql: Clean up a few parallelism-related things that pgindent wants to
Previous Message Robert Haas 2016-04-27 14:10:55 Re: Re: [COMMITTERS] Re: pgsql: Convert contrib/seg's bool-returning SQL functions to V1 call co