Re: Question about DROP TABLE - Mailing list pgsql-hackers

From Michal Novotny
Subject Re: Question about DROP TABLE
Date
Msg-id 5694E339.8010208@trustport.com
Whole thread Raw
In response to Re: Question about DROP TABLE  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
On 01/12/2016 12:20 PM, Andres Freund wrote:
> On 2016-01-12 12:17:09 +0100, Pavel Stehule wrote:
>> 2016-01-12 12:14 GMT+01:00 Michal Novotny <michal.novotny@trustport.com>:
>>
>>> Hi Pavel,
>>> thanks for the information. I've been doing more investigation of this
>>> issue and there's autovacuum running on the table however it's
>>> automatically starting even if there is "autovacuum = off" in the
>>> postgresql.conf configuration file.
>>>
>>
>> Real autovacuum is automatically cancelled. It looks like VACUUM started by
>> cron, maybe?
> 
> Unless it's an anti-wraparound autovacuum...
> 
> Andres
> 

Autovacuum is not started by CRON. How should I understand the
"anti-wraparound autovacuum" ?

Thanks,
Michal



pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: Question about DROP TABLE
Next
From: Etsuro Fujita
Date:
Subject: Re: Optimization for updating foreign tables in Postgres FDW