不要怂,就是干,撸起袖子干!

Commit 04110aba by Mick Hansen

fix postgres for non-pool users

1 parent 94ec0379
Showing with 1 additions and 0 deletions
......@@ -145,6 +145,7 @@ module.exports = (function() {
// Closes a client correctly even if we have backed up queries
// https://github.com/brianc/node-postgres/pull/346
this.client.on('drain', this.client.end.bind(this.client))
this.client = null
}
this.isConnecting = false
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!