Re: [DOCS] Autovacuum and XID wraparound - Mailing list pgsql-patches

From Tom Lane
Subject Re: [DOCS] Autovacuum and XID wraparound
Date
Msg-id 23362.1179292856@sss.pgh.pa.us
Whole thread Raw
In response to Re: [DOCS] Autovacuum and XID wraparound  (Alvaro Herrera <alvherre@commandprompt.com>)
Responses Re: [DOCS] Autovacuum and XID wraparound  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-patches
Alvaro Herrera <alvherre@commandprompt.com> writes:
> Tom Lane wrote:
>> I had the idea we were doing that already --- at least I'm pretty sure I
>> remember it being discussed.  But I see it's not being done in HEAD.

> Patch to do it attached.  I am thinking we can do something similar in
> CLUSTER as well.

Umm ... you'd have to be a lot more conservative in CLUSTER now that
it's MVCC-safe.  I don't say that CLUSTER can't push up relfrozenxid,
but there's something wrong if CLUSTER and TRUNCATE are trying to
push it up the same amount.

            regards, tom lane

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: actualised forgotten Magnus's patch for plpgsql MOVE statement
Next
From: Heikki Linnakangas
Date:
Subject: Re: [DOCS] OS/X startup scripts