Re: 2018-03 Commitfest Summary (Andres #1) - Mailing list pgsql-hackers

From Peter Geoghegan
Subject Re: 2018-03 Commitfest Summary (Andres #1)
Date
Msg-id CAH2-WzkDE1kufrWXqsM77H4zHSJ66FFYAgpKuQB++E5ngkBBaw@mail.gmail.com
Whole thread Raw
In response to 2018-03 Commitfest Summary (Andres #1)  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
On Thu, Mar 1, 2018 at 3:03 AM, Andres Freund <andres@anarazel.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


pgsql-hackers by date:

Previous
From: Curt Tilmes
Date:
Subject: Re: [PATCH] Find additional connection service files inpg_service.conf.d directory
Next
From: Andres Freund
Date:
Subject: Re: [HACKERS] [FEATURE PATCH] pg_stat_statements with plans (v02)