We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4390ab commit 9afdea9Copy full SHA for 9afdea9
src/backend/access/heap/vacuumlazy.c
@@ -2153,7 +2153,7 @@ lazy_vacuum(LVRelState *vacrel, bool onecall)
2153
vacrel->do_index_vacuuming = false;
2154
ereport(elevel,
2155
(errmsg("\"%s\": index scan bypassed: %u pages from table (%.2f%% of total) have %lld dead item identifiers",
2156
- vacrel->relname, vacrel->rel_pages,
+ vacrel->relname, vacrel->lpdead_item_pages,
2157
100.0 * vacrel->lpdead_item_pages / vacrel->rel_pages,
2158
(long long) vacrel->lpdead_items)));
2159
}
0 commit comments