Re: The vacuum-ignore-vacuum patch - Mailing list pgsql-hackers

From Tom Lane
Subject Re: The vacuum-ignore-vacuum patch
Date
Msg-id 20070.1154094988@sss.pgh.pa.us
Whole thread Raw
In response to Re: The vacuum-ignore-vacuum patch  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-hackers
Alvaro Herrera <alvherre@commandprompt.com> writes:
> Tom Lane wrote:
>> Uh, why?

> Because it's used to determine the Xmin that our vacuum will use.  If
> there is a transaction whose Xmin calculation included the Xid of a
> transaction running vacuum, we have gained nothing from directly
> excluding said vacuum's Xid, because it will affect us anyway indirectly
> via that transaction's Xmin.

But the patch changes things so that *everyone* excludes the vacuum from
their xmin.  Or at least I thought that was the plan.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Csaba Nagy
Date:
Subject: Re: [CORE] Attack against postgresql.org ...
Next
From: Alvaro Herrera
Date:
Subject: Re: [PATCHES] pgstattuple extension for indexes