Re: stopping pg_autovacuum

Поиск
Список
Период
Сортировка
От Gaetano Mendola
Тема Re: stopping pg_autovacuum
Дата
Msg-id 41528B2B.7030108@bigfoot.com
обсуждение исходный текст
Ответы Re: stopping pg_autovacuum  (Cris Carampa <cris119@operamail.com>)
Список pgsql-admin
Cris Carampa wrote:
> I put pg_autovacuum -D in the "start" section of my rc postgresql
> script, just after the pg_ctl command.
> What should I put in the "stop" section? I understand the pg_autovacuum
> script should be stopped before the postmaster stops. Is it safe to kill
> -9 it?

Why to be so brute ?
Do you know what does it mean that "-9" ? Usually is not a good idea stop
*nix process with the -9 signal. Be more nice with a kill -SIGTERM.


Regards
Gaetano Mendola








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

Предыдущее
От: Michael Adler
Дата:
Сообщение: Re: analytics
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Important Question.