mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +03:00
@ -1351,7 +1351,7 @@ lazy_scan_heap(Relation onerel, int options, LVRelStats *vacrelstats,
|
|||||||
"%u pages are entirely empty.\n",
|
"%u pages are entirely empty.\n",
|
||||||
empty_pages),
|
empty_pages),
|
||||||
empty_pages);
|
empty_pages);
|
||||||
appendStringInfo(&buf, "%s.", pg_rusage_show(&ru0));
|
appendStringInfo(&buf, _("%s."), pg_rusage_show(&ru0));
|
||||||
|
|
||||||
ereport(elevel,
|
ereport(elevel,
|
||||||
(errmsg("\"%s\": found %.0f removable, %.0f nonremovable row versions in %u out of %u pages",
|
(errmsg("\"%s\": found %.0f removable, %.0f nonremovable row versions in %u out of %u pages",
|
||||||
|
Reference in New Issue
Block a user