SIGALRM in autovacuum.c

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: SIGALRM in autovacuum.c
Date: 2006-01-02 03:32:21
Message-ID: 200601020332.k023WLZ04472@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2006-01-02 03:34:06 Re: SIGALRM in autovacuum.c
Previous Message Tom Lane 2006-01-02 03:30:14 Re: psql & readline & win32