Re: Speeding up an in-progress wraparound-preventing vacuum - Mailing list pgsql-general

From Tom Lane
Subject Re: Speeding up an in-progress wraparound-preventing vacuum
Date
Msg-id 26532.1418164350@sss.pgh.pa.us
Whole thread Raw
In response to Re: Speeding up an in-progress wraparound-preventing vacuum  (Vincent de Phily <vincent.dephily@mobile-devices.fr>)
List pgsql-general
Vincent de Phily <vincent.dephily@mobile-devices.fr> writes:
> What happens when vacuum is killed before it had time to go though the index
> with its dead-TID buffer ?

The next run will go through the index again, looking for those same TIDs
(and possibly more).

            regards, tom lane


pgsql-general by date:

Previous
From: Vincent de Phily
Date:
Subject: Re: Speeding up an in-progress wraparound-preventing vacuum
Next
From: lin
Date:
Subject: Re: pg_restore -n sch1 : schema "sch1" does not exist