mirror of
https://github.com/postgres/postgres.git
synced 2025-08-28 18:48:04 +03:00
Remove obsolete nbtree page deletion comment.
Commit efada2b8e9
, which made the nbtree page deletion algorithm more
robust, removed the concept of a half-dead internal page. Remove a
comment about half dead parent pages that was overlooked.
This commit is contained in:
@@ -2388,7 +2388,7 @@ _bt_check_natts(Relation rel, bool heapkeyspace, Page page, OffsetNumber offnum)
|
||||
int tupnatts;
|
||||
|
||||
/*
|
||||
* We cannot reliably test a deleted or half-deleted page, since they have
|
||||
* We cannot reliably test a deleted or half-dead page, since they have
|
||||
* dummy high keys
|
||||
*/
|
||||
if (P_IGNORE(opaque))
|
||||
|
Reference in New Issue
Block a user