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