Re: SIGALRM in autovacuum.c

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: SIGALRM in autovacuum.c
Дата
Msg-id 27422.1136172918@sss.pgh.pa.us
обсуждение исходный текст
Ответ на SIGALRM in autovacuum.c  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Is this correct in autovacuum.c?
>         pqsignal(SIGALRM, handle_sig_alarm);
> Should it be SIG_IGN?

Absolutely not.  autovacuum takes locks just like a backend and has to
be able to handle deadlock timeout checks.
        regards, tom lane


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: SIGALRM in autovacuum.c
Следующее
От: elein
Дата:
Сообщение: Re: Why don't we allow DNS names in pg_hba.conf?