Re: recovery is stuck when children are not processing SIGQUIT from previous crash

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Marko Kreen <markokr@gmail.com>
Cc: Peter Eisentraut <peter_e@gmx.net>, pgsql-admin@postgresql.org
Date: 2009-11-12T15:24:45Z
Lists: pgsql-hackers
Marko Kreen <markokr@gmail.com> writes:
> On 11/12/09, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> The other thought is that quickdie should block signals before
>> starting to do anything.

> There would still be possibility of recursive syslog() calls.
> Shouldn't we fix that too?

That's what the signal block would do.

			regards, tom lane