pgsql: Fix obsolete nbtree README left link remarks. - Mailing list pgsql-committers

From Peter Geoghegan
Subject pgsql: Fix obsolete nbtree README left link remarks.
Date
Msg-id E1tWLqI-000si8-Lg@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Nathan Bossart
Date:
Subject: pgsql: Use a non-locking initial test in TAS_SPIN on AArch64.
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: Fix missing ldapscheme option in pg_hba_file_rules()