Remove obsolete nbtree split REDO routine comment.

Peter Geoghegan <pg@bowt.ie>

Commit: d95e36dc384e3068ae2db909c228b1800737b18d
Author: Peter Geoghegan <pg@bowt.ie>
Date: 2019-05-08T19:47:20Z
Releases: 12.0
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.

Files

PathChange+/−
src/backend/access/nbtree/nbtxlog.c modified +7 −7