Re: Dangling Client Backend Process - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Dangling Client Backend Process
Date
Msg-id 12267.1446217065@sss.pgh.pa.us
Whole thread Raw
In response to Re: Dangling Client Backend Process  (Andres Freund <andres@anarazel.de>)
Responses Re: Dangling Client Backend Process  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
Andres Freund <andres@anarazel.de> writes:
> adding a parseInput(conn) into the loop yields the expected
> FATAL:  57P01: terminating connection due to unexpected postmaster exit
> Is there really any reason not to do that?

Might work, but it probably needs some study:
(a) is it safe
(b) is this the right place / are there other places
        regards, tom lane



pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: WIP: Fix parallel workers connection bug in pg_dump (Bug #13727)
Next
From: Andres Freund
Date:
Subject: Re: Dangling Client Backend Process