Re: Use streaming read API in ANALYZE - Mailing list pgsql-hackers

From Nazir Bilal Yavuz
Subject Re: Use streaming read API in ANALYZE
Date
Msg-id CAN55FZ2Jzi7DtEg6Jvarf6UmV77k+oxC7OXVveTrhnpjAg-83A@mail.gmail.com
Whole thread Raw
In response to Re: Use streaming read API in ANALYZE  (Nazir Bilal Yavuz <byavuz81@gmail.com>)
Responses Re: Use streaming read API in ANALYZE  (Heikki Linnakangas <hlinnaka@iki.fi>)
List pgsql-hackers
Hi,

On Tue, 2 Apr 2024 at 10:23, Nazir Bilal Yavuz <byavuz81@gmail.com> wrote:
>
> v4 is rebased on top of v14 streaming read API changes.

Streaming API has been committed but the committed version has a minor
change, the read_stream_begin_relation function takes Relation instead
of BufferManagerRelation now. So, here is a v5 which addresses this
change.

-- 
Regards,
Nazir Bilal Yavuz
Microsoft

Attachment

pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: Synchronizing slots from primary to standby
Next
From: Jelte Fennema-Nio
Date:
Subject: Re: Support prepared statement invalidation when result types change