Re: amcheck: add index-all-keys-match verification for B-Tree

Andrey Borodin <x4mmm@yandex-team.ru>

From: Andrey Borodin <x4mmm@yandex-team.ru>
To: Zsolt Parragi <zsolt.parragi@percona.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2026-02-27T11:21:15Z
Lists: pgsql-hackers

Attachments


> On 26 Feb 2026, at 10:28, Andrey Borodin <x4mmm@yandex-team.ru> wrote:
> 
> I have a gut feeling that we might do without snapshot at all...

I decided that it's a good idea to verify only visible tuples.
Mismatch of dead tuples might be bad sign, but it's not a corruption.
So we need a snapshot.

PFA patch with documentation.

Thanks!


Best regards, Andrey Borodin.