Re: amcheck support for BRIN indexes
Arseniy Mukhin <arseniy.mukhin.dev@gmail.com>
From: Arseniy Mukhin <arseniy.mukhin.dev@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-06-08T12:39:22Z
Lists: pgsql-hackers
Attachments
- v2-0001-brin-refactoring.patch (application/x-patch) patch v2-0001
- v2-0002-amcheck-brin-support.patch (application/x-patch) patch v2-0002
Hi, Here is a new version. TAP tests were added. Tried to reproduce more or less every violation. I don't include 2 tests where disk representation ItemIdData needs to be changed: it works locally, but I don't think these tests are portable. While writing tests some minor issues were found and fixed. Also ci compiler warnings were fixed. Best regards, Arseniy Mukhin