Make `DatabaseError.isConnectionClosed` functional
This patch was authored and released by @gwynne.
DatabaseError.isConnectionClosed
now has the value true
when the underlying error is PostgresError.connectionClosed
.
Also avoids double-running the FluentBenchmark tests (same change as fluent-sqlite-driver#75) and actually runs the tests on Linux now.