Re: [HACKERS] A design for amcheck heapam verification
Michael Paquier <michael.paquier@gmail.com>
From: Michael Paquier <michael.paquier@gmail.com>
To: Peter Geoghegan <pg@bowt.ie>
Cc: Thomas Munro <thomas.munro@enterprisedb.com>, Alvaro Herrera <alvherre@2ndquadrant.com>, Tom Lane <tgl@sss.pgh.pa.us>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2017-11-29T05:50:41Z
Lists: pgsql-hackers
On Wed, Nov 29, 2017 at 2:48 PM, Peter Geoghegan <pg@bowt.ie> wrote: > I still don't think that regression tests as such make sense. However, > it seems like it might be a good idea to add a test harness for the > Bloom filter code. I actually wrote code like this for myself during > development, that could be cleaned up. The hardness can live in > source/src/test/modules/test_bloom_filter. We already do this for the > red-black tree library code, for example, and it seems like good > practice. > > Would that address your concern? There would be an SQL interface, but > it would be trivial. That's exactly what I think you should do, and mentioned so upthread. A SQL interface can also show a good example of how developers can use this API. -- Michael
Commits
-
Fix non-portable use of round().
- 686d399f2be6 11.0 landed
-
Add amcheck verification of heap relations belonging to btree indexes.
- 7f563c09f890 11.0 landed
-
Add Bloom filter implementation.
- 51bc271790eb 11.0 landed
-
Use ereport not elog for some corrupt-HOT-chain reports.
- 8ecdc2ffe3da 11.0 cited
-
Introduce 64-bit hash functions with a 64-bit seed.
- 81c5e46c490e 11.0 cited
-
Upgrade src/port/rint.c to be POSIX-compliant.
- 06bf0dd6e354 9.5.0 cited
-
Use type "int64" for memory accounting in tuplesort.c/tuplestore.c.
- 79e0f87a1564 9.4.0 cited