On Mon, Apr 20, 2026 at 11:48 AM Melanie Plageman
<melanieplageman@gmail.com> wrote:
>
> With shared buffers, while it is true you'd ideally leave the backend
> headroom for other read streams etc, it won't error out the way the
> temp table case does unless we've actually pinned all shared buffers.
> It will simply slow down the read ahead of the competing read streams.
>
> Attached is what I'm thinking of committing.
Okay, I committed this in da6874635db.
- Melanie