Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4096009

Browse files
committed
KB -> kB
1 parent3de2682 commit4096009

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 %.0fKB.",
628+
"Current limits are: %d page slots, %d relations, using %.0fkB.",
629629
Min(needed,MaxFSMPages),
630630
needed,
631631
MaxFSMPages,MaxFSMRelations,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp