Skip to content

Commit 4096009

Browse files
committed
KB -> kB
1 parent 3de2682 commit 4096009

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/storage/freespace/freespace.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
1010
* 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 $
1212
*
1313
*
1414
* NOTES:
@@ -625,7 +625,7 @@ PrintFreeSpaceMapStatistics(int elevel)
625625
storedPages, numRels),
626626
errdetail("A total of %.0f page slots are in use (including overhead).\n"
627627
"%.0f page slots are required to track all free space.\n"
628-
"Current limits are: %d page slots, %d relations, using %.0f KB.",
628+
"Current limits are: %d page slots, %d relations, using %.0f kB.",
629629
Min(needed, MaxFSMPages),
630630
needed,
631631
MaxFSMPages, MaxFSMRelations,

0 commit comments

Comments
 (0)