pgsql: Fix obsolete nbtree README left link remarks.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix obsolete nbtree README left link remarks.
Date: 2025-01-10 20:42:54
Message-ID: E1tWLqI-000si8-Lg@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix obsolete nbtree README left link remarks.

Oversight in commit 1bd4bc85, which made nbtree backwards scans operate
off of a copy of each page's left link as of the time of its call to
_bt_readpage.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5b14ec0a48cca3addfc7262c86e60475b7d84c02

Modified Files
--------------
src/backend/access/nbtree/README | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2025-01-10 21:16:09 pgsql: Fix missing ldapscheme option in pg_hba_file_rules()
Previous Message Nathan Bossart 2025-01-10 19:18:30 pgsql: Use a non-locking initial test in TAS_SPIN on AArch64.