Re: amcheck support for BRIN indexes

From: solai v <solai(dot)cdac(at)gmail(dot)com>
To: Arseniy Mukhin <arseniy(dot)mukhin(dot)dev(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: amcheck support for BRIN indexes
Date: 2026-05-20 12:15:46
Message-ID: CAF0whucY9VYZHM1CCJ3krGSnrsuUtDAPngkT2bzvB+eEJa42Dg@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

The patch applied successfully, and the build completed without issues.
I verified that brin_index_check() is not available on an unpatched
build,and after applying the patch and updating the amcheck extension
to version 1.6 ,the function worked as expected.
I also ran some basic BRIN index validation tests successfully.
One small thing I noticed during testing :after installing the patched
build,I needed to run ALTER EXTENSION amcheck UPDATE before
brin_index_check() became available.

Regards,
Solai

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alexander Korotkov 2026-05-20 12:16:45 Re: Implement waiting for wal lsn replay: reloaded
Previous Message Joel Jacobson 2026-05-20 11:50:06 [PATCH] Remove obsolete LISTEN array growth isolation test