Re: How to disable the autovacuum ? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: How to disable the autovacuum ?
Date
Msg-id 2567531.1622468982@sss.pgh.pa.us
Whole thread Raw
In response to How to disable the autovacuum ?  (Esteban Zimanyi <ezimanyi@ulb.ac.be>)
Responses Re: How to disable the autovacuum ?  (Esteban Zimanyi <ezimanyi@ulb.ac.be>)
List pgsql-hackers
Esteban Zimanyi <ezimanyi@ulb.ac.be> writes:
> Any idea how to disable the autovacuum during the regression and coverage
> tests for the MobilityDB extension ?

TBH, this seems like a pretty bad idea.  If your extension doesn't
behave stably with autovacuum it's not going to be much use in the
real world.

In the core tests, we sometimes disable autovac for individual
tables using a per-table storage option, but that's a last resort.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: why is the permission granted in a non-recursive way and what are the benefits
Next
From: vignesh C
Date:
Subject: Re: CREATE COLLATION - check for duplicate options and error out if found one