How to disable the autovacuum ?

From: Esteban Zimanyi <ezimanyi(at)ulb(dot)ac(dot)be>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: How to disable the autovacuum ?
Date: 2021-05-31 07:29:42
Message-ID: CAPqRbE5YNX3Vx=ifiTid-9B=OV_ufoyYUEfujLM08v6SZnVu0w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Dear all

Any idea how to disable the autovacuum during the regression and coverage
tests for the MobilityDB extension ?

I have tried
alter system set autovacuum = off;
but it does not seem to work.

Any suggestions are much appreciated.

Esteban

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrey Borodin 2021-05-31 07:33:44 Re: Different compression methods for FPI
Previous Message mzj1996 2021-05-31 07:19:15 why is the permission granted in a non-recursive way and what are the benefits