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

From Marko Tiikkaja
Subject Re: Question about DROP TABLE
Date
Msg-id 5694E1E9.7040308@joh.to
Whole thread Raw
In response to Re: Question about DROP TABLE  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: Question about DROP TABLE  (Pavel Stehule <pavel.stehule@gmail.com>)
List pgsql-hackers
On 12/01/16 12:17, 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?

Not if it's to prevent wraparound, which isn't unlikely if autovacuum=off.


.m



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Question about DROP TABLE
Next
From: Pavel Stehule
Date:
Subject: Re: Question about DROP TABLE