Re: Please HELP - URGENT - transaction wraparound error - Mailing list pgsql-general

From Tom Lane
Subject Re: Please HELP - URGENT - transaction wraparound error
Date
Msg-id 14516.1130699874@sss.pgh.pa.us
Whole thread Raw
In response to Re: Please HELP - URGENT - transaction wraparound error  (John Sidney-Woollett <johnsw@wardbrook.com>)
Responses Re: Please HELP - URGENT - transaction wraparound error  (John Sidney-Woollett <johnsw@wardbrook.com>)
List pgsql-general
John Sidney-Woollett <johnsw@wardbrook.com> writes:
> Just out of curiousity would the wraparound error (for mail_lxtreme)
> actually have affected data in bp_live?
> Could I just have deleted mail_lxtreme and then continued to use bp_live
> as though nothing had happened?

No, and yes, which is why panicking was not warranted ;-)

Martijn's advice to be using "vacuumdb -a" every so often is well given,
though.

You could also consider switching over to autovacuum, particularly as of
8.1.  (I'm not sure how much I trust the contrib version that exists in
8.0, and 7.4's is definitely pretty buggy, but I believe 8.1's can be
relied on to prevent this sort of thing.)

            regards, tom lane

pgsql-general by date:

Previous
From: Matthew Peter
Date:
Subject: Re: function example?
Next
From: Bruce Momjian
Date:
Subject: Re: Oracle 10g Express - any danger for Postgres?