Re: Archiver not exiting upon crash - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Archiver not exiting upon crash
Date
Msg-id 1337789546.23660.1.camel@vanquo.pezone.net
Whole thread Raw
In response to Re: Archiver not exiting upon crash  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On mån, 2012-05-21 at 12:52 -0400, Tom Lane wrote:
> I see Peter's commit d6de43099ac0bddb4b1da40088487616da892164 only
> touched postgres.c's quickdie(), and not all the *other* background
> processes with identical coding.  That seems a clear oversight, so I
> will go fix it.

None[*] of the other signal handlers call elog/ereport, which was the
cause of the original problem.  It might still be good to review this
across the board, though.

* - for some value of "none", I didn't check all of them in detail



pgsql-hackers by date:

Previous
From: Merlin Moncure
Date:
Subject: Re: Why is indexonlyscan so darned slow?
Next
From: Peter Eisentraut
Date:
Subject: Re: Archiver not exiting upon crash