Skip to content

Commit

Permalink
Add finished call in pg failover callback (#730)
Browse files Browse the repository at this point in the history
Signed-off-by: Fedor Muratov <muratovfyodor@yandex.ru>
  • Loading branch information
muratovv authored and mloskot committed May 9, 2019
1 parent c230ad1 commit 64e917c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/backends/postgresql/error.cpp
Expand Up @@ -126,6 +126,10 @@ details::postgresql_result::check_for_data(char const* errMsg) const
// ignore exceptions from user callbacks
}
}
else
{
callback->finished(*sessionBackend_.session_);
}
}
}

Expand Down

0 comments on commit 64e917c

Please sign in to comment.