提交 40960094 编写于 作者: P Peter Eisentraut

KB -> kB

上级 3de2682a
...@@ -8,7 +8,7 @@ ...@@ -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.56 2006/10/04 00:29:57 momjian Exp $ * $PostgreSQL: pgsql/src/backend/storage/freespace/freespace.c,v 1.57 2006/11/24 09:20:12 petere Exp $
* *
* *
* NOTES: * NOTES:
...@@ -625,7 +625,7 @@ PrintFreeSpaceMapStatistics(int elevel) ...@@ -625,7 +625,7 @@ PrintFreeSpaceMapStatistics(int elevel)
storedPages, numRels), storedPages, numRels),
errdetail("A total of %.0f page slots are in use (including overhead).\n" errdetail("A total of %.0f page slots are in use (including overhead).\n"
"%.0f page slots are required to track all free space.\n" "%.0f page slots are required to track all free space.\n"
"Current limits are: %d page slots, %d relations, using %.0f KB.", "Current limits are: %d page slots, %d relations, using %.0f kB.",
Min(needed, MaxFSMPages), Min(needed, MaxFSMPages),
needed, needed,
MaxFSMPages, MaxFSMRelations, MaxFSMPages, MaxFSMRelations,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册