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

Commit9afdea9

Browse files
Fix VACUUM VERBOSE's LP_DEAD item pages output.
Oversight in commit5100010.
1 parenta4390ab commit9afdea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/access/heap/vacuumlazy.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2153,7 +2153,7 @@ lazy_vacuum(LVRelState *vacrel, bool onecall)
21532153
vacrel->do_index_vacuuming= false;
21542154
ereport(elevel,
21552155
(errmsg("\"%s\": index scan bypassed: %u pages from table (%.2f%% of total) have %lld dead item identifiers",
2156-
vacrel->relname,vacrel->rel_pages,
2156+
vacrel->relname,vacrel->lpdead_item_pages,
21572157
100.0*vacrel->lpdead_item_pages /vacrel->rel_pages,
21582158
(long long)vacrel->lpdead_items)));
21592159
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp