Re: autovacuum causing numerous regression-test failures

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: autovacuum causing numerous regression-test failures
Дата
Msg-id 200608282051.18137.peter_e@gmx.net
обсуждение исходный текст
Ответ на autovacuum causing numerous regression-test failures  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: autovacuum causing numerous regression-test failures
Список pgsql-hackers
Tom Lane wrote:
> I think we shall have to reconsider that patch to turn it on by
> default. So far I've seen two categories of failure:

So we turn autovacuum off for regression test instance.

> * manual ANALYZE issued by regression tests fails because autovac is
> analyzing the same table concurrently.

Or we put manual exceptions for the affected tables into pg_autovacuum.

> * contrib tests fail in their repeated drop/create database
> operations because autovac is connected to that database.  (pl tests
> presumably have same issue.)

I opine that when a database is to be dropped, the connections should be 
cut.

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: autovacuum causing numerous regression-test failures
Следующее
От: "Alon Goldshuv"
Дата:
Сообщение: Unnecessary rescan for non scrollable holdable cursors