Re: 2018-03 Commitfest Summary (Andres #1)

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: 2018-03 Commitfest Summary (Andres #1)
Date: 2018-03-01 18:41:51
Message-ID: CAH2-WzkDE1kufrWXqsM77H4zHSJ66FFYAgpKuQB++E5ngkBBaw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Mar 1, 2018 at 3:03 AM, Andres Freund <andres(at)anarazel(dot)de> wrote:
> - amcheck heap verification
>
> NR. Been submitted for a while, a modicum of code review has been
> performed.
>
> Adds a fair bit of code:
> 21 files changed, 1032 insertions(+), 64 deletions(-)
>
> but is low risk, being a readonly contrib module.
>
> Can probably committed if somebody has the energy.

A lot of that code is boilerplate test harness code. If you actually
look at the changes to amcheck, there are only a couple of hundred
lines of code, many of which are comments (there is also another 300
lines for the Bloom filter implementation). The changes to the
IndexBuildHeapScan() interface made by parallel CREATE INDEX allowed
me to simplify things considerably in the most recent revision.

--
Peter Geoghegan

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2018-03-01 18:43:02 Re: [HACKERS] [FEATURE PATCH] pg_stat_statements with plans (v02)
Previous Message Curt Tilmes 2018-03-01 18:40:10 Re: [PATCH] Find additional connection service files in pg_service.conf.d directory