Re: Trying out read streams in pgvector (an extension) - Mailing list pgsql-hackers

From Melanie Plageman
Subject Re: Trying out read streams in pgvector (an extension)
Date
Msg-id CAAKRu_ZmXSVVhJ0AQeDpbdznykcR9TO9s7ATE19zgiB0kBWK0A@mail.gmail.com
Whole thread Raw
In response to Re: Trying out read streams in pgvector (an extension)  (Thomas Munro <thomas.munro@gmail.com>)
List pgsql-hackers
On Tue, Nov 11, 2025 at 11:12 PM Thomas Munro <thomas.munro@gmail.com> wrote:
>
> Here is a draft patch like that, that tries to be as small as
> possible.  Trying out the name read_stream_resume().

I like read_stream_resume(). Tested out 0001 with pgvector and can
confirm it works.

In the test, I would initialize test_read_stream_resume_state.count to 0

+    test_read_stream_resume_state state = {.blkno = blkno};

- Melanie



pgsql-hackers by date:

Previous
From: "Joel Jacobson"
Date:
Subject: Re: Optimize LISTEN/NOTIFY
Next
From: "Joel Jacobson"
Date:
Subject: Re: Optimize LISTEN/NOTIFY