You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Tweak libpq so that if a backend ERROR message arrives while libpq
thinks the connection is idle, the error message is displayed as ifit were a NOTICE. This seems better than dropping the message onthe floor ... particularly if the message is the backend telling uswhy it's about to close the connection. The previous behavior wasBackend message type 0x45 arrived while idlepqReadData() -- backend closed the channel unexpectedly.which is not real helpful.