Re: amcheck support for BRIN indexes - Mailing list pgsql-hackers

From solai v
Subject Re: amcheck support for BRIN indexes
Date
Msg-id CAF0whucY9VYZHM1CCJ3krGSnrsuUtDAPngkT2bzvB+eEJa42Dg@mail.gmail.com
Whole thread
In response to Re: amcheck support for BRIN indexes  (Arseniy Mukhin <arseniy.mukhin.dev@gmail.com>)
Responses Re: amcheck support for BRIN indexes
List 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



pgsql-hackers by date:

Previous
From: Alexander Korotkov
Date:
Subject: Re: Fix SPLIT PARTITION bound-overlap bug and other improvements
Next
From: Alexander Korotkov
Date:
Subject: Re: Implement waiting for wal lsn replay: reloaded