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

From Bruce Momjian
Subject Re: Double entries in log for page slots in beta3
Date
Msg-id 200611282203.kASM3qT22061@momjian.us
Whole thread Raw
In response to Re: Double entries in log for page slots in beta3  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
List pgsql-hackers
Kevin Grittner wrote:
> > If there's a better way for me to be managing this, let me know
> > and I'll happily withdraw my requests that the message be spewed
> > twice.
>  
> I've generally been capturing the output of my nightly VACUUM ANALYZE
> VERBOSE run, and looking for this information at the end of that file.
>  
> > the only reason I
> > still have a scheduled database- wide- vacuum is for this FSM
> message.
>  
> Isn't it necessary to do this periodically to prevent transaction ID
> wraparound?

autovacuum takes care of that too, at least in 8.2 and I think 8.1.

--  Bruce Momjian   bruce@momjian.us EnterpriseDB    http://www.enterprisedb.com
 + If your life is a hard drive, Christ can be your backup. +


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [COMMITTERS] pgsql: Fix some translator comments so that
Next
From: David Fetter
Date:
Subject: Re: pg_dump -t broken for mixed case table names in beta3?