21.10.2022, 17:40, "Tom Lane" <tgl@xxxxxxxxxxxxx>:
Laurenz Albe <laurenz.albe@xxxxxxxxxxx> writes:
On Fri, 2022-10-21 at 07:27 +0300, Vasily Kulikov wrote:The problem is that sometimes PQconsumeInput() may close the connectionWhat I'd suggest doing is checking for PQstatus(conn) == CONNECTION_BAD,
or else directly rechecking PQsocket() each time, rather than assuming
the socket is still there.
I've chosen this one. Thanks for the help!