Closed PNixx closed 1 year ago
It seems a number of ext-pgsql
functions such as pg_connection_busy()
will emit an E_NOTICE
when the underlying connection has closed or errored. I updated the handler to close the connection with a ConnectionException
now, which will likely fail whatever query was associated with the connection.