Re: BitmapHeapScan streaming read user and prelim refactoring - Mailing list pgsql-hackers

From Nazir Bilal Yavuz
Subject Re: BitmapHeapScan streaming read user and prelim refactoring
Date
Msg-id CAN55FZ1vXu+ZdT0_MM-i1vbTdfHHf0KR3cK6R5gs6dNNNpyrJw@mail.gmail.com
Whole thread Raw
In response to Re: BitmapHeapScan streaming read user and prelim refactoring  (Melanie Plageman <melanieplageman@gmail.com>)
List pgsql-hackers
Hi,

On Thu, 30 Jan 2025 at 00:38, Melanie Plageman
<melanieplageman@gmail.com> wrote:
>
> On Wed, Jan 22, 2025 at 4:24 PM Melanie Plageman
> <melanieplageman@gmail.com> wrote:
> >
> > 0001 is just the refactoring to push the setup into a helper.
> > 0002-0003 are required refactoring of the TBMIterateResult and
> > TBMIterator to support the read stream API.
> > 0004 implements using the read stream API and removing the old prefetching code.
> > 0005 removes the table_scan_bitmap_next_block() callback, as it is not
> > really used anymore in BitmapHeapNext() to get the next block.
> >
> > I could use review feedback on all of them. 0001 should be ready to
> > push once I get some review.
>
> Bilal mentioned offlist that 0001 had some indentation issues in one
> of the comments. v27 attached.

I have no other comments, 0001 LGTM.

--
Regards,
Nazir Bilal Yavuz
Microsoft



pgsql-hackers by date:

Previous
From: Vladyslav Nebozhyn
Date:
Subject: Re: Feature Request: Add AES-128-CFB Mode Support to pgcrypto
Next
From: Michael Banck
Date:
Subject: Re: why there is not VACUUM FULL CONCURRENTLY?