VACUUM VERBOSE FSM info

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: VACUUM VERBOSE FSM info
Date: 2005-04-23 20:55:37
Message-ID: 200504232055.j3NKtbr22886@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Here is a reformatting of the VACUUM VERBOSE FSM output so it outputs
from a single INFO output command:

INFO: free space map contains information about:
49 relations, limit 1000 relations
35 pages with free space, 784 pages (with overhead)
784 pages required to track all freespace, limit 18000 pages (171 kB)

Applied, per discussion with Tom.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Alvaro Herrera 2005-04-23 20:59:52 Re: VACUUM VERBOSE FSM info
Previous Message Tom Lane 2005-04-23 18:52:16 Re: revise a comment in CreateCheckPoint()