On Mon, Feb 23, 2026 at 2:27 PM Peter Geoghegan <pg(at)bowt(dot)ie> wrote:
>
> Have you considered making ProcessBufferHit into an inline function? I
> find that doing so meaningfully improves performance with the index
> prefetching patch set. This is particularly true for cached index-only
> scans with many VM buffer hits. And it seems to have no downside.
Done in recently posted v4. Thanks for the report!
- Melanie