Re: A design for amcheck heapam verification - Mailing list pgsql-hackers

From Andrey Borodin
Subject Re: A design for amcheck heapam verification
Date
Msg-id 152213068910.14388.9328813594538541578.pgcf@coridan.postgresql.org
Whole thread Raw
In response to Re: [HACKERS] A design for amcheck heapam verification  (Peter Geoghegan <pg@bowt.ie>)
List pgsql-hackers
The following review has been posted through the commitfest application:
make installcheck-world:  tested, passed
Implements feature:       tested, passed
Spec compliant:           not tested
Documentation:            tested, passed

Hi!

This patch adds handy code data structure (bloom filter) and important database corruption smoke test (check for the
indexaccordance to heap).
 
I've been using latter functionality for a while and found it to be very useful.

I've checked the recent version. Patch works as expected, as far as I can see my small notes have been addressed.
I think that this patch is ready for committer.

Best regards, Andrey Borodin.

The new status of this patch is: Ready for Committer

pgsql-hackers by date:

Previous
From: Garima Natani
Date:
Subject: Re: GSOC 2018 Proposal review
Next
From: Jeevan Chalke
Date:
Subject: Re: [HACKERS] Partition-wise aggregation/grouping