Re: Archiver not exiting upon crash

From: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, Jeff Janes <jeff(dot)janes(at)gmail(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Archiver not exiting upon crash
Date: 2012-05-23 17:10:55
Message-ID: CAHGQGwEnyR_6Q4tr=9NXqujFn6u_nET7otgtVKNQC7tCk-uAtA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, May 24, 2012 at 1:26 AM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
>> On mån, 2012-05-21 at 13:14 -0400, Tom Lane wrote:
>>> ... wait, scratch that.  AFAICS, that commit was totally useless,
>>> because BlockSig should always already contain SIGQUIT.
>
>> No, because PostgresMain() deletes it from BlockSig.
>
> Ah.  So potentially we have an issue in all the background processes
> that have copied-and-pasted that sigdelset call, which seems to be most
> of them.
>
> I'm inclined to think this does need to be fixed.  Even if it
> accidentally works now, it seems fragile as can be; and certainly
> it's underdocumented.

+1

And I found that PG_SETMASK(&UnBlockSig) in WalSenderMain() is useless because
it's always called in PostgresMain() before entering WalSenderMain().

Regards,

--
Fujii Masao

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2012-05-23 17:13:22 Re: Add primary key/unique constraint using prefix columns of an index
Previous Message Greg Smith 2012-05-23 17:05:17 Re: Readme of Buffer Management seems to have wrong sentence