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

From Tom Lane
Subject Re: Double entries in log for page slots in beta3
Date
Msg-id 5337.1165334657@sss.pgh.pa.us
Whole thread Raw
In response to Re: Double entries in log for page slots in beta3  (Jim Nasby <decibel@decibel.org>)
Responses Re: Double entries in log for page slots in beta3
List pgsql-hackers
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.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: FOR SHARE vs FOR UPDATE locks
Next
From: "Florian G. Pflug"
Date:
Subject: Re: old synchronized scan patch