Skip to content

Commit 5fd5900

Browse files
Correct pgstattuple B-Tree page comments.
1 parent c028faf commit 5fd5900

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/pgstattuple/pgstattuple.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ pgstat_btree_page(pgstattuple_type *stat, Relation rel, BlockNumber blkno,
430430
opaque = (BTPageOpaque) PageGetSpecialPointer(page);
431431
if (P_IGNORE(opaque))
432432
{
433-
/* recyclable page */
433+
/* deleted or half-dead page */
434434
stat->free_space += BLCKSZ;
435435
}
436436
else if (P_ISLEAF(opaque))
@@ -440,7 +440,7 @@ pgstat_btree_page(pgstattuple_type *stat, Relation rel, BlockNumber blkno,
440440
}
441441
else
442442
{
443-
/* root or node */
443+
/* internal page */
444444
}
445445
}
446446

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy