// If we didn't ever hear from the client.connect() callback the connection timedout, node-postgres does not treat this as an error since no active query was ever emitted
this.client.on('end',function(){
if(!responded){
connectCallback(newError('Connection timed out'))
}
})
// Closes a client correctly even if we have backed up queries
// Closes a client correctly even if we have backed up queries