Closed
Description
Current behavior
PostgresConnection.close()
waits for all the queries, that were previously scheduled on the connection to finish, before it closes the connection
Expected behavior
PostgresConnection.close()
should just close the connection.- We should add a
PostgresConnection.closeGracefully()
that keeps the currentclose
behavior