Re: can't stop autovacuum by HUP'ing the server

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: can't stop autovacuum by HUP'ing the server
Дата
Msg-id 20080825021716.GG4506@alvh.no-ip.org
обсуждение исходный текст
Ответ на can't stop autovacuum by HUP'ing the server  (Dave Cramer <pg@fastcrypt.com>)
Ответы Re: can't stop autovacuum by HUP'ing the server
Список pgsql-hackers
Hi Dave,

Dave Cramer wrote:
> I'd like to stop autovac by changing the conf file then sending the  
> server a HUP
>
> This "appears" to work, the logs show autovac terminated by  
> administrative command. Then a few minutes later I see a vacuum process 
> spawned.
>
> Is it possible that there are timers that aren't being properly  
> terminated here ?

I wonder whether there are tables that need an emergency vacuum (i.e.
they have reached the freeze horizon).  What version are you running
anyway?

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: can't stop autovacuum by HUP'ing the server
Следующее
От: "Matthew T. O'Connor"
Дата:
Сообщение: Re: [PATCHES] VACUUM Improvements - WIP Patch