Re: recovery from xid wraparound
- From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
- To: "Shane Wright" <shane(dot)wright(at)edigitalresearch(dot)com>
- Cc: "Martijn van Oosterhout" <kleptog(at)svana(dot)org>, pgsql-general(at)postgresql(dot)org
- Subject: Re: recovery from xid wraparound
- Date: Tue, 24 Oct 2006 10:23:19 -0400
- Message-id: <8474(dot)1161699799(at)sss(dot)pgh(dot)pa(dot)us>
"Shane Wright" <shane(dot)wright(at)edigitalresearch(dot)com> writes:
>> Just make sure you've really covered *all* the system tables.
> I've been under the impression system tables get done first, then
> user(me)-created tables after -
No, there's no such guarantee. A database-wide vacuum just does the
tables in the order it finds 'em in pg_class.
regards, tom lane
Home |
Main Index |
Thread Index