If calling PQFinish, which "closes the connection to the server", is there any benefit to calling PQCancel beforehand?
i.e. if the connection is closed, would the PostgreSQL server cancel any in-progress queries on this connection, just as it would with PQCancel?