pgsql: Correct obsolete nbtsort.c minimum key comment. - Mailing list pgsql-committers

From Peter Geoghegan
Subject pgsql: Correct obsolete nbtsort.c minimum key comment.
Date
Msg-id E1hOERB-0003qx-JU@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Correct obsolete nbtsort.c minimum key comment.

It is no longer possible under any circumstances for nbtree code to
reconstruct a strict lower bound key (parent page's pivot tuple key) for
a right sibling page by retrieving the first item in the right sibling
page.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d65b5ccad626e1942c862e8a70f56ad7ee7a8003

Modified Files
--------------
src/backend/access/nbtree/nbtsort.c | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)


pgsql-committers by date:

Previous
From: Amit Langote
Date:
Subject: Re: pgsql: docs: fist draft version of the PG 12 release notes
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Remove leftover reference to old "flat file" mechanism in acomm