Re: BUG #4522: autovacuum working send SIGUSR1 to the wrong pid

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Cc: Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>, Zou Yong <springwell(at)gmail(dot)com>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #4522: autovacuum working send SIGUSR1 to the wrong pid
Date: 2008-11-12 13:48:53
Message-ID: 29698.1226497733@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Alvaro Herrera <alvherre(at)commandprompt(dot)com> writes:
> Yeah, the reason this hasn't ever been seen is that normally we don't
> have permissions to signal init.

... and that the only consequence of the failed kill() would be that the
launcher doesn't get the signal to rebalance costs after a worker
launch, which I guess doesn't have any obvious bad effects.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Moussard 2008-11-12 15:11:59 BUG #4523: TO_CHAR function : the ".US" format returns incorrect value
Previous Message Alvaro Herrera 2008-11-12 13:27:20 Re: BUG #4522: autovacuum working send SIGUSR1 to the wrong pid