pgsql: nbtree: refine _bt_readnextpage contract comments.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: nbtree: refine _bt_readnextpage contract comments.
Date: 2025-03-07 23:35:30
Message-ID: E1tqhE2-001L2x-0r@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

nbtree: refine _bt_readnextpage contract comments.

Another minor follow-up commit for commit 1bd4bc85, which changed the
_bt_readnextpage contract.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8e167e618893b59ee45317c43055002ba71f955b

Modified Files
--------------
src/backend/access/nbtree/nbtsearch.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2025-03-08 01:56:57 pgsql: Improve check for detection of pending data in backend statistic
Previous Message Nathan Bossart 2025-03-07 21:23:58 pgsql: Assert that wrapper_handler()'s argument is within expected rang