|
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.56 2006/10/04 00:29:57 momjian Exp $ |
| 11 | + * $PostgreSQL: pgsql/src/backend/storage/freespace/freespace.c,v 1.57 2006/11/24 09:20:12 petere Exp $ |
12 | 12 | *
|
13 | 13 | *
|
14 | 14 | * NOTES:
|
@@ -625,7 +625,7 @@ PrintFreeSpaceMapStatistics(int elevel)
|
625 | 625 | storedPages,numRels),
|
626 | 626 | errdetail("A total of %.0f page slots are in use (including overhead).\n"
|
627 | 627 | "%.0f page slots are required to track all free space.\n"
|
628 |
| -"Current limits are: %d page slots, %d relations, using %.0fKB.", |
| 628 | +"Current limits are: %d page slots, %d relations, using %.0fkB.", |
629 | 629 | Min(needed,MaxFSMPages),
|
630 | 630 | needed,
|
631 | 631 | MaxFSMPages,MaxFSMRelations,
|
|