Re: vacuum won't fix tx wraparound problem - Mailing list pgsql-general

From Tom Lane
Subject Re: vacuum won't fix tx wraparound problem
Date
Msg-id 28643.1277662374@sss.pgh.pa.us
Whole thread Raw
In response to Re: vacuum won't fix tx wraparound problem  (Gene Hart <genekhart@gmail.com>)
List pgsql-general
Gene Hart <genekhart@gmail.com> writes:
> select * from pg_prepared_xacts;
> returns 0 rows.

Hm.  You might also confirm that the directory $PGDATA/pg_twophase/ is
empty, but it really should be if there's nothing in that view.

I think you'll have to do some more sleuthing.  Check the
pg_database.datfrozenxid value for the "maindb" database, then look in
pg_class for the table(s) with that same value for pg_class.relfrozenxid.
Vacuum these table(s) individually.  Do their relfrozenxid values
change?

            regards, tom lane

pgsql-general by date:

Previous
From: Gene Hart
Date:
Subject: Re: vacuum won't fix tx wraparound problem
Next
From: Konstantin Izmailov
Date:
Subject: Re: PQprepare in PostgreSQL 7.4 (lack of SAVEPOINTs)