Skip to content

Commit 714d5a4

Browse files
committed
Update VACUUM VERBOSE update, per Alvaro.
1 parent 9ba6587 commit 714d5a4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/backend/storage/freespace/freespace.c

Lines changed: 3 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.42 2005/04/23 21:10:20 momjian Exp $
11+
* $PostgreSQL: pgsql/src/backend/storage/freespace/freespace.c,v 1.43 2005/04/23 21:16:34 momjian Exp $
1212
*
1313
*
1414
* NOTES:
@@ -712,7 +712,8 @@ PrintFreeSpaceMapStatistics(int elevel)
712712
(errmsg("free space map contains information about:\n"
713713
"%d relations, limit %d relations\n"
714714
"%d pages with free space, %.0f total pages used (including overhead)\n"
715-
"%.0f pages required to track all freespace, limit %d pages (%.0f kB)",
715+
"%.0f pages required to track all freespace, limit %d pages\n"
716+
"%.0f kB memory used",
716717
numRels, MaxFSMRelations,
717718
storedPages, Min(needed, MaxFSMPages),
718719
needed, MaxFSMPages,

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy