Content-Length: 271668 | pFad | http://github.com/postgrespro/postgres/commit/5fd590021d268190e4c8f377370c7e7f1e7d9229

9C Correct pgstattuple B-Tree page comments. · postgrespro/postgres@5fd5900 · GitHub
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)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/5fd590021d268190e4c8f377370c7e7f1e7d9229

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy