1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-25 20:23:07 +03:00

Update working of VACUUM VERBOSE.

This commit is contained in:
Bruce Momjian
2005-04-23 21:10:20 +00:00
parent 52e08c35f7
commit 9ba6587f8b

View File

@@ -8,7 +8,7 @@
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* IDENTIFICATION * IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/storage/freespace/freespace.c,v 1.41 2005/04/23 20:56:01 momjian Exp $ * $PostgreSQL: pgsql/src/backend/storage/freespace/freespace.c,v 1.42 2005/04/23 21:10:20 momjian Exp $
* *
* *
* NOTES: * NOTES:
@@ -711,7 +711,7 @@ PrintFreeSpaceMapStatistics(int elevel)
ereport(elevel, ereport(elevel,
(errmsg("free space map contains information about:\n" (errmsg("free space map contains information about:\n"
"%d relations, limit %d relations\n" "%d relations, limit %d relations\n"
"%d pages with free space, %.0f pages (with overhead)\n" "%d pages with free space, %.0f total pages used (including overhead)\n"
"%.0f pages required to track all freespace, limit %d pages (%.0f kB)", "%.0f pages required to track all freespace, limit %d pages (%.0f kB)",
numRels, MaxFSMRelations, numRels, MaxFSMRelations,
storedPages, Min(needed, MaxFSMPages), storedPages, Min(needed, MaxFSMPages),