Обсуждение: pgsql: Remove obsolete nbtree split REDO routine comment.

Поиск
Список
Период
Сортировка

pgsql: Remove obsolete nbtree split REDO routine comment.

От
Peter Geoghegan
Дата:
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(-)