pgsql: Remove obsolete nbtree split REDO routine comment.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove obsolete nbtree split REDO routine comment.
Date: 2019-05-08 19:49:02
Message-ID: E1hOSYo-00055t-Fk@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove obsolete nbtree split REDO routine comment.

Commit dd299df8189, which added suffix truncation to nbtree, simplified
the WAL record format used by page splits. It became necessary to
explicitly WAL-log the new high key for the left half of a split in all
cases, which relieved the REDO routine from having to reconstruct a new
high key for the left page by copying the first item from the right
page. Remove a comment that referred to the previous practice.

Branch
------
master

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

Modified Files
--------------
src/backend/access/nbtree/nbtxlog.c | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2019-05-08 20:20:40 Re: pgsql: docs: fist draft version of the PG 12 release notes
Previous Message Alvaro Herrera 2019-05-08 17:33:22 pgsql: Fix error messages