mirror of
https://github.com/postgres/postgres.git
synced 2026-06-11 01:30:11 -04:00
parent
6c036d0108
commit
562ac27193
1 changed files with 1 additions and 1 deletions
|
|
@ -1341,7 +1341,7 @@ lazy_scan_heap(Relation onerel, int options, LVRelStats *vacrelstats,
|
|||
"%u pages are entirely empty.\n",
|
||||
empty_pages),
|
||||
empty_pages);
|
||||
appendStringInfo(&buf, "%s.", pg_rusage_show(&ru0));
|
||||
appendStringInfo(&buf, _("%s."), pg_rusage_show(&ru0));
|
||||
|
||||
ereport(elevel,
|
||||
(errmsg("\"%s\": found %.0f removable, %.0f nonremovable row versions in %u out of %u pages",
|
||||
|
|
|
|||
Loading…
Reference in a new issue