Search Postgresql Archives

Re: PQconsumeinput() may close the fd

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 connection

What 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!

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]

  Powered by Linux