Re: Too frequent warnings for wraparound failure - Mailing list pgsql-admin

From Michael Fuhr
Subject Re: Too frequent warnings for wraparound failure
Date
Msg-id 20050310155734.GA86004@winnie.fuhr.org
Whole thread Raw
In response to Too frequent warnings for wraparound failure  ("Milen A. Radev" <milen@securax.org>)
Responses Re: Too frequent warnings for wraparound failure  ("Milen A. Radev" <milen@securax.org>)
List pgsql-admin
On Thu, Mar 10, 2005 at 11:19:03AM +0200, Milen A. Radev wrote:

> exec /usr/local/pgsql/bin/vacuumdb -U postgres -h localhost \
> - --all --analyze >>$PG_VACUUM_LOG 2>&1

My first thought was that the lone hyphen at the beginning of the
script's last line might be causing an end of option processing,
but your output does show many databases being vacuumed (do all
databases appear in the real output?).  However, I tried running
that script with several versions of PostgreSQL and vacuumdb failed
with a usage error in every case.  Are you sure the script you
posted is the one that's running?  What version of PostgreSQL are
you using?  As Tom mentioned, what's the output of the following
query?

SELECT datname, age(datfrozenxid) FROM pg_database;

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

pgsql-admin by date:

Previous
From: Tom Lane
Date:
Subject: Re: Functions and transactions
Next
From: Tom Lane
Date:
Subject: Re: Too frequent warnings for wraparound failure