Re: Moving _bt_readpage and _bt_checkkeys into a new .c file

Heikki Linnakangas <hlinnaka@iki.fi>

From: Heikki Linnakangas <hlinnaka@iki.fi>
To: Victor Yegorov <vyegorov@gmail.com>, Peter Geoghegan <pg@bowt.ie>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-12-08T18:03:18Z
Lists: pgsql-hackers

Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. Avoid pointer chasing in _bt_readpage inner loop.

  2. Relocate _bt_readpage and related functions.

  3. Fix bug in nbtree array primitive scan scheduling.

On 08/12/2025 11:13, Victor Yegorov wrote:
> Even without the performance increase, I think this a valuable code 
> reorganization, worth committing.

+1

- Heikki