pgsql: Remove obsolete nbtree split REDO routine comment. - Mailing list pgsql-committers

From Peter Geoghegan
Subject pgsql: Remove obsolete nbtree split REDO routine comment.
Date
Msg-id E1hOSYo-00055t-Fk@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Fix error messages
Next
From: Alvaro Herrera
Date:
Subject: Re: pgsql: docs: fist draft version of the PG 12 release notes