Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5fd5900

Browse files
Correct pgstattuple B-Tree page comments.
1 parentc028faf commit5fd5900

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
elseif (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)

[8]ページ先頭

©2009-2025 Movatter.jp