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

From Álvaro Herrera
Subject Re: amcheck support for BRIN indexes
Date
Msg-id 202507071221.am6rbd6n4dct@alvherre.pgsql
Whole thread Raw
In response to Re: amcheck support for BRIN indexes  (Tomas Vondra <tomas@vondra.me>)
List pgsql-hackers
On 2025-Jul-07, Tomas Vondra wrote:

> Alvaro, what's your opinion on the introduction of the new WITHIN_RANGE?
> I'd probably try to do this using the regular consistent function:
> 
> (a) we don't need to add stuff to all BRIN opclasses to support this
> 
> (b) it gives us additional testing of the consistent function
> 
> (c) building a scan key for equality seems pretty trivial
> 
> What do you think?

Oh yeah, if we can build this on top of the existing primitives, then
I'm all for that.

-- 
Álvaro Herrera        Breisgau, Deutschland  —  https://www.EnterpriseDB.com/



pgsql-hackers by date:

Previous
From: Álvaro Herrera
Date:
Subject: Re: Inconsistent LSN format in pg_waldump output
Next
From: Jakub Wartak
Date:
Subject: Re: Adding basic NUMA awareness