We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f166cdb commit 625c74fCopy full SHA for 625c74f
src/connection.cc
@@ -74,6 +74,7 @@ NAN_METHOD(Connection::Finish) {
74
self->ReadStop();
75
if (self->is_success_poll_init) {
76
uv_close((uv_handle_t*) &self->poll_watcher, NULL);
77
+ self->is_success_poll_init = false;
78
}
79
self->ClearLastResult();
80
PQfinish(self->pq);
0 commit comments