pgsql: Remove obsolete "hole in center of page" comment. - Mailing list pgsql-committers

From Peter Geoghegan
Subject pgsql: Remove obsolete "hole in center of page" comment.
Date
Msg-id E1jOTHA-0002C3-2h@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Account for collation when coercing the output of a SQL function
Next
From: Fujii Masao
Date:
Subject: pgsql: Code review for backup manifest.