Re: Double entries in log for page slots in beta3 - Mailing list pgsql-hackers

From Jim C. Nasby
Subject Re: Double entries in log for page slots in beta3
Date
Msg-id 20061205212659.GJ44124@nasby.net
Whole thread Raw
In response to Re: Double entries in log for page slots in beta3  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Double entries in log for page slots in beta3
List pgsql-hackers
On Tue, Dec 05, 2006 at 11:04:17AM -0500, Tom Lane wrote:
> Jim Nasby <decibel@decibel.org> writes:
> > AFAIK there isn't, and it would be useful to have. But FSM info alone  
> > doesn't tell you the whole picture; you'd have to know that vacuum  
> > couldn't find space in the FSM to store some pages. So perhaps what's  
> > really needed is information about how many pages in a relation  
> > couldn't be put into the FSM the last time a vacuum was run.
> 
> Curiously enough, that's exactly what the FSM stats tell you now.

But only at the end of a database-wide vacuum verbose, right? Or did I
miss something?

It would be useful to be able to get that info in a system running
autovac (or anything else that means not normally vacuuming the whole
database).
-- 
Jim Nasby                                            jim@nasby.net
EnterpriseDB      http://enterprisedb.com      512.569.9461 (cell)


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Configuring BLCKSZ and XLOGSEGSZ (in 8.3)
Next
From: Tom Lane
Date:
Subject: Re: psql possible TODO