Re: pg_clogs hanging around - Mailing list pgsql-admin

From Kevin Grittner
Subject Re: pg_clogs hanging around
Date
Msg-id 4D78A063020000250003B756@gw.wicourts.gov
Whole thread Raw
In response to Re: pg_clogs hanging around  (Scott Whitney <scott@journyx.com>)
List pgsql-admin
Scott Whitney <scott@journyx.com> wrote:

> vacuumdb -f -v -z -F template0

VACUUM FULL (the -f option) is almost always a bad idea, for many
reasons.  I wouldn't be surprised if it somehow messed you up.

I would schedule a database REINDEX on any databases where you used
the -f option, and then re-evaluate, if you feel compelled to push
this issue.  I still doubt that this effort will buy you anything in
recoverability.  Between the hint bits and the frozen xmin in all
the tuples, the clog won't be consulted anyway.

If the pursuit of this is causing you to do direct updates of system
tables and to resort to VACUUM FULL, you're putting your data at
risk for no apparent benefit.

-Kevin

pgsql-admin by date:

Previous
From: Scott Whitney
Date:
Subject: Re: pg_clogs hanging around
Next
From: Bruce Momjian
Date:
Subject: Re: Fwd: Re: PG_update to 9.0.4 in ubuntu lucid 64