"could not send data to server", which complements the existing
"could not receive data from server" and has been observed by users,
fixes #2936
.. changelog::
:version: 0.8.5
+ .. change::
+ :tags: postgresql, bug
+ :versions: 0.9.3
+ :tickets: 2936
+
+ Added an additional message to psycopg2 disconnect detection,
+ "could not send data to server", which complements the existing
+ "could not receive data from server" and has been observed by users.
+
.. change::
:tags: postgresql, bug
:versions: 0.9.3
'closed the connection',
'connection not open',
'could not receive data from server',
+ 'could not send data to server',
# psycopg2 client errors, psycopg2/conenction.h, psycopg2/cursor.h
'connection already closed',
'cursor already closed',