Re: Autovacuum vs statement_timeout

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Autovacuum vs statement_timeout
Дата
Msg-id 22512.1205251873@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Autovacuum vs statement_timeout  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Ответы Re: Autovacuum vs statement_timeout  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
Alvaro Herrera <alvherre@alvh.no-ip.org> writes:
> Alvaro Herrera wrote:
>> Hmm, AFAIR subsequent investigation led to the discovery that autovacuum
>> is not affected by statement_timeout.

> Right -- see
> http://thread.gmane.org/gmane.comp.db.postgresql.devel.general/80044/focus=93847

Or even more to the point, look into autovacuum.c:
/* * Force statement_timeout to zero to avoid a timeout setting from * preventing regular maintenance from being
executed.*/SetConfigOption("statement_timeout", "0", PGC_SUSET, PGC_S_OVERRIDE);
 

> So your documentation changes are incorrect.

Indeed.  But wasn't the start of this thread a mention that pg_dump
ought to have a similar defense?  AFAIR it does not, so there's still
a small TODO.
        regards, tom lane


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

Предыдущее
От: Zdenek Kotala
Дата:
Сообщение: Re: [PATCHES] Fix for large file support (nonsegment mode support)
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [PATCHES] Fix for large file support (nonsegment mode support)