Re: Too frequent warnings for wraparound failure

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: "Milen A(dot) Radev" <milen(at)securax(dot)org>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Too frequent warnings for wraparound failure
Date: 2005-03-10 15:57:34
Message-ID: 20050310155734.GA86004@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-hackers

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/

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2005-03-10 16:21:50 Re: Too frequent warnings for wraparound failure
Previous Message Tom Lane 2005-03-10 15:42:12 Re: Functions and transactions

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2005-03-10 16:21:50 Re: Too frequent warnings for wraparound failure
Previous Message Tom Lane 2005-03-10 15:42:12 Re: Functions and transactions