pgsql: Remove obsolete "hole in center of page" comment.

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема pgsql: Remove obsolete "hole in center of page" comment.
Дата
Msg-id E1jOTHA-0002C3-2h@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove obsolete "hole in center of page" comment.

A comment from the Berkeley days incorrectly claimed that the page
management code cares about the contents of the hole in the center of
the page (at least in the case of the left half of an nbtree page
split).  Commit 8fa30f906be added an addendum that stated that the
original comment was "probably obsolete".  It's definitely obsolete,
though, so remove the original comment plus the addendum.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4a05a6409567719829ec84d7689b41c55009d75f

Modified Files
--------------
src/backend/access/nbtree/nbtinsert.c | 11 ++---------
1 file changed, 2 insertions(+), 9 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Account for collation when coercing the output of a SQL function
Следующее
От: Fujii Masao
Дата:
Сообщение: pgsql: Code review for backup manifest.