Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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