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

Commit9ba6587

Browse files
committed
Update working of VACUUM VERBOSE.
1 parent52e08c3 commit9ba6587

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.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 $
1212
*
1313
*
1414
* NOTES:
@@ -711,7 +711,7 @@ PrintFreeSpaceMapStatistics(int elevel)
711711
ereport(elevel,
712712
(errmsg("free space map contains information about:\n"
713713
"%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"
715715
"%.0f pages required to track all freespace, limit %d pages (%.0f kB)",
716716
numRels,MaxFSMRelations,
717717
storedPages,Min(needed,MaxFSMPages),

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp