RE: RE: xlog loose ends, continued - Mailing list pgsql-hackers

From Mikheev, Vadim
Subject RE: RE: xlog loose ends, continued
Date
Msg-id 8F4C99C66D04D4118F580090272A7A234D331C@sectorbase1.sectorbase.com
Whole thread Raw
In response to xlog loose ends, continued  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> > It will be sufficient if DB will not use all 2^32 XIDs 
> > without shutdown.
> 
> I liked the xid wraparound idea, won't that be sufficient here too ?
> I don't like the idea to reuse a xid sooner than absolutely necessary.

We need it to reduce pg_log size requirements.

> This would complicate the search for potentially inconsistent pages
> after crash.

There is no such search currently and I can't imagine how/when/for what
to do such search.
?

Vadim


pgsql-hackers by date:

Previous
From: "Mikheev, Vadim"
Date:
Subject: RE: xlog loose ends, continued
Next
From: Tom Lane
Date:
Subject: Re: xlog loose ends, continued