pgsql: Correct obsolete nbtsort.c minimum key comment.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Correct obsolete nbtsort.c minimum key comment.
Date: 2019-05-08 04:44:13
Message-ID: E1hOERB-0003qx-JU@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2019-05-08 06:36:15 pgsql: Remove leftover reference to old "flat file" mechanism in a comm
Previous Message Amit Langote 2019-05-08 01:43:00 Re: pgsql: docs: fist draft version of the PG 12 release notes