Re: Server Crash

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: Server Crash
Date: 2008-04-22 16:06:58
Message-ID: 22376.1208880418@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

> From: Scott Marlowe [mailto:scott(dot)marlowe(at)gmail(dot)com]
>> Kill -9 is the "shoot it in the head" signal. It is not
>> generated by postgresql in normal operation. It can be
>> generated by "pg_ctl -m immediate stop" . At least I think
>> that's what signal it sends.

Just for the archives: Postgres never generates kill -9 at all.
(Immediate stop uses SIGQUIT, instead.) When you see that in
the log, you can be sure it was a manual action or the OOM killer.

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Scott Marlowe 2008-04-22 16:21:41 Re: Server Crash
Previous Message Hajek, Nick 2008-04-22 15:39:51 Re: Server Crash