pgsql: Remove obsolete nbtree split REDO routine comment.

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема pgsql: Remove obsolete nbtree split REDO routine comment.
Дата
Msg-id E1hOSYo-00055t-Fk@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Fix error messages
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: pgsql: docs: fist draft version of the PG 12 release notes