Re: How to disable the autovacuum ?

Поиск
Список
Период
Сортировка
От Esteban Zimanyi
Тема Re: How to disable the autovacuum ?
Дата
Msg-id CAPqRbE5PcOyz=Cadq+9k+C-pKXtKPY+kLs3SouRktSYKt+=K6A@mail.gmail.com
обсуждение исходный текст
Ответ на Re: How to disable the autovacuum ?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Many thanks Tom for your feedback. I appreciate it.

Actually the tests work in parallel with autovacuum, I just wanted to minimize the test time since the autovacuum launches in the middle of the many regression and robustness tests. But then I follow your advice.

Regards

Esteban


On Mon, May 31, 2021 at 3:49 PM Tom Lane <tgl@sss.pgh.pa.us> wrote:
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 по дате отправления:

Предыдущее
От: vignesh C
Дата:
Сообщение: Re: CREATE COLLATION - check for duplicate options and error out if found one
Следующее
От: Andrew Dunstan
Дата:
Сообщение: make world and install-world without docs