Re: BUG #16199: pg_restore stuck on interrupts

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

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Raúl Marín <admin@rmr.ninja>
Cc: git@rmr.ninja, pgsql-bugs@lists.postgresql.org
Date: 2020-01-20T17:58:29Z
Lists: pgsql-bugs
=?UTF-8?B?UmHDumwgTWFyw61u?= <admin@rmr.ninja> writes:
> After a little more than week with half of the servers in the farm 
> patched, the issue has only appeared in the unpatched servers and I 
> haven't seen any odd behaviour from the ones patched.

Great!  I pushed the fix.

			regards, tom lane



Commits

  1. Fix pg_dump's sigTermHandler() to use _exit() not exit().