Re: [COMMITTERS] pgsql: Fix signal handling in logical replicationworkers - Mailing list pgsql-committers

From Petr Jelinek
Subject Re: [COMMITTERS] pgsql: Fix signal handling in logical replicationworkers
Date
Msg-id a1c7687e-0448-1cdd-596f-8dc30312e971@2ndquadrant.com
Whole thread Raw
In response to Re: [COMMITTERS] pgsql: Fix signal handling in logical replication workers  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [COMMITTERS] pgsql: Fix signal handling in logical replicationworkers  (Andrew Dunstan <andrew.dunstan@2ndquadrant.com>)
List pgsql-committers
On 03/06/17 02:59, Tom Lane wrote:
> I wrote:
>> Peter Eisentraut <peter_e@gmx.net> writes:
>>> Fix signal handling in logical replication workers
>
>> It looks like this broke buildfarm member nightjar.
>> Not clear why - I don't see anything especially platform-specific
>> in the patch.
>
> To muddy the waters further, I tried to duplicate the failure on
> FreeBSD 11.0/x86_64, and it seems to pass just fine.  Maybe Andrew
> can look into why nightjar is failing.
>

There is still one locking patch pending (well pending to be written), I
would not be surprised if there is race condition in shutdown somewhere
before that's done.

--
  Petr Jelinek                  http://www.2ndQuadrant.com/
  PostgreSQL Development, 24x7 Support, Training & Services


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [COMMITTERS] pgsql: Fix signal handling in logical replication workers
Next
From: Andres Freund
Date:
Subject: [COMMITTERS] pgsql: Allow parallelism in COPY (query) TO ...;