Re: [HACKERS] logical replication and SIGHUP - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: [HACKERS] logical replication and SIGHUP
Date
Msg-id 82ed90d9-36a2-e529-1ef0-27b5dbb37f61@2ndquadrant.com
Whole thread Raw
In response to Re: [HACKERS] logical replication and SIGHUP  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-hackers
On 4/9/17 23:20, Michael Paquier wrote:
> After more review, I think that got_SIGTERM should be of type volatile
> sig_atomic_t in launcher.c or that's not signal-safe. I think as well
> that for correctness errno should be saved as SetLatch() is called and
> restored afterwards. Please find attached a patch to address all that.

committed

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-hackers by date:

Previous
From: Fujii Masao
Date:
Subject: [HACKERS] tablesync patch broke the assumption that logical rep depends on?
Next
From: Kevin Grittner
Date:
Subject: Re: [HACKERS] recent deadlock regression test failures