Always use PQstatus to check connection status

This addresses GitHib #234.
This commit is contained in:
Ian Barwick
2016-08-25 07:39:52 +09:00
parent 5a7ce552f0
commit 8de84707d9
3 changed files with 14 additions and 17 deletions

View File

@@ -1484,7 +1484,6 @@ create_event_record(PGconn *conn, t_configuration_options *options, int node_id,
PQerrorMessage(conn));
success = false;
}
else
{