On Fri, Sep 6, 2024 at 4:28 PM Thomas Munro <thomas(dot)munro(at)gmail(dot)com> wrote:
> Without this
> patch for PostgreSQL, it reads 1, 2, 4, 7 blocks (= 16 in total)
> before it has to take a break to hop to a new page, and then it start
> again at 1. Oops.
Erm, correction: 1, 2, 4, 8, 1 (because it runs out due to m == 16 and resets).