Re: problem (bug?) when killing client program

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Marcus Andree S(dot) Magalhaes" <marcus(dot)magalhaes(at)vlinfo(dot)com(dot)br>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: problem (bug?) when killing client program
Date: 2004-03-27 17:00:57
Message-ID: 6642.1080406857@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

"Marcus Andree S. Magalhaes" <marcus(dot)magalhaes(at)vlinfo(dot)com(dot)br> writes:
> Realizing that the things weren't quite right, sent a SIGTERM (kill with
> no flags) to the PID 22332.
> What happened? The entire backend crashed and burned in enormous flames.

SIGTERM should have been fine. Are you certain you didn't do kill -9 ?

I tried the same thing here, and the backend shut down just fine, with
only this entry in the postmaster log:
FATAL: terminating connection due to administrator command
So I think you didn't really do SIGTERM.

regards, tom lane

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Marcus Andree S. Magalhaes 2004-03-27 17:12:21 Re: problem (bug?) when killing client program
Previous Message Marcus Andree S. Magalhaes 2004-03-27 13:52:40 problem (bug?) when killing client program