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

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

From
Peter Geoghegan
Date:
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(-)