Re: SIGTERM/FATAL error - Mailing list pgsql-hackers

From Tom Lane
Subject Re: SIGTERM/FATAL error
Date
Msg-id 23422.984359191@sss.pgh.pa.us
Whole thread Raw
In response to Re: SIGTERM/FATAL error  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: SIGTERM/FATAL error  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
>> This is a non-improvement.  Please reverse it.  SIGTERM would only be
>> sent to a backend if the database system were in fact shutting down.

> But why say the system is shutting down if the backend is shutting down.
> Seems the postmaster should say system shutting down and each backend
> should say it is shutting itself down.  The way it is now, don't we get
> a "system shutting down" message for every running backend?

You are failing to consider that the primary audience for this error
message is not the system log, but the clients of the backends.  They
are going to see only one message, and they are going to want to know
*why* their backend shut down.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: SIGTERM/FATAL error
Next
From: Bruce Momjian
Date:
Subject: Re: SIGTERM/FATAL error