Re: [BUGS] Can postgres run autovacuum tasks when autovacuum is disabled?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [BUGS] Can postgres run autovacuum tasks when autovacuum is disabled?
Дата
Msg-id 29727.1406732977@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Can postgres run autovacuum tasks when autovacuum is disabled?  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: [BUGS] Can postgres run autovacuum tasks when autovacuum is disabled?  (Andrey Zhidenkov <pensnarik@gmail.com>)
Список pgsql-admin
I wrote:
> However ... it looks to me like if the autovac launcher gets launched
> forcibly because of a possible wraparound issue, it will keep running
> normally after that even if autovacuum is off :-(.

Nope, scratch that: I missed the bit before the launcher's main loop,
where it fires off one child and exits if it's launched when autovacuum
is already false.

Still, if it does fire one child process, it looks like that child will
vacuum everything that seems to need vacuuming in the target database.
We should probably adjust that so that tables not in danger of wraparound
get skipped.

            regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Can postgres run autovacuum tasks when autovacuum is disabled?
Следующее
От: Andrey Zhidenkov
Дата:
Сообщение: Re: [BUGS] Can postgres run autovacuum tasks when autovacuum is disabled?