SIGALRM in autovacuum.c

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

Should it be SIG_IGN?  I don't see autovacuum using a timer or a reason
it is calling the backend's timer routine.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: psql & readline & win32
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: SIGALRM in autovacuum.c