// If we didn't ever hear from the client.connect() callback the connection timeout, node-postgres does not treat this as an error since no active query was ever emitted
connectCallback(err,client||self.client,done)
this.client.on('end',function(){
})
if(!responded){
connectCallback(newError('Connection timed out'))
// If we didn't ever hear from the client.connect() callback the connection timeout, 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