Re: read stream on amcheck - Mailing list pgsql-hackers

From Melanie Plageman
Subject Re: read stream on amcheck
Date
Msg-id CAAKRu_YjeGtOK2o-Jra4wWjh+3OtuBT+LQprb6fry0VhUJbzGA@mail.gmail.com
Whole thread Raw
In response to Re: read stream on amcheck  (Nazir Bilal Yavuz <byavuz81@gmail.com>)
Responses Re: read stream on amcheck
List pgsql-hackers
On Thu, Mar 27, 2025 at 4:45 AM Nazir Bilal Yavuz <byavuz81@gmail.com> wrote:
>
> I liked the first approach more. We can solve the first approach's
> problems by introducing a void pointer to pass to
> read_stream_begin_relation(). We can set it to &rsdata.range for the
> SKIP_PAGES_NONE case and &rsdata for the rest.

Cool. I've gone with this approach but have renamed all the functions
and structs to try and be more consistent and clear.
Committed in 043799fa08c2c and I marked the commitfest entry as such.

- Melanie



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Remove restrictions in recursive query
Next
From: Matheus Alcantara
Date:
Subject: Re: read stream on amcheck