]> granicus.if.org Git - pgbouncer/commit
Fast close
authorPeter Eisentraut <peter@eisentraut.org>
Wed, 25 Jul 2018 10:57:24 +0000 (12:57 +0200)
committerPetr Jelinek <pjmodos@pjmodos.net>
Fri, 3 Aug 2018 14:02:59 +0000 (16:02 +0200)
commit14d54bd7cae246c6624669744148f720ffe349d2
treea1384336dca4df4da9bb1cde42b942c0863dec40
parente24d1fa303f877238e2b6f5141cde3506e9f7b49
Fast close

Disconnect a server in session pool mode immediately if it is in
"close_needed" (reconnect) mode.  This ensures that the RECONNECT
command doesn't have to wait for session end.
doc/config.rst
etc/pgbouncer.ini
include/bouncer.h
src/janitor.c
src/main.c
test/test.ini
test/test.sh