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

From Andres Freund
Subject Re: Question about DROP TABLE
Date
Msg-id 20160112112032.vecda6d7fjdomnt7@alap3.anarazel.de
Whole thread Raw
In response to Re: Question about DROP TABLE  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: Question about DROP TABLE  (Michal Novotny <michal.novotny@trustport.com>)
List pgsql-hackers
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



pgsql-hackers by date:

Previous
From: Anastasia Lubennikova
Date:
Subject: Re: WIP: Covering + unique indexes.
Next
From: Marko Tiikkaja
Date:
Subject: Re: Question about DROP TABLE