Re: amcheck support for BRIN indexes

From: Arseniy Mukhin <arseniy(dot)mukhin(dot)dev(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: amcheck support for BRIN indexes
Date: 2025-06-08 12:39:22
Message-ID: CAE7r3MLmGA_DbUFYxNp4L7ODwDyLQ2u_vfdTSXj-QJu79B4iHg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
v2-0001-brin-refactoring.patch application/x-patch 2.5 KB
v2-0002-amcheck-brin-support.patch application/x-patch 61.6 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2025-06-08 12:39:35 pg_restore - cannot to restore blobs in dictionary format from older pg dumps
Previous Message Junwang Zhao 2025-06-08 10:52:47 Re: Support tid range scan in parallel?