]> granicus.if.org Git - pgbouncer/commit
Fix potential use of old connections after config change
authorMarko Kreen <markokr@gmail.com>
Fri, 22 May 2009 14:39:09 +0000 (14:39 +0000)
committerMarko Kreen <markokr@gmail.com>
Fri, 22 May 2009 14:39:09 +0000 (14:39 +0000)
commit04cdea5dad4e58940d026f8f25613e079933bacd
tree32592e158b13f6cc01168aac997f5610cda4de8d
parent494e82000f5f904db836ca5bad10e69f6edf9549
Fix potential use of old connections after config change

Despite detecting and tagging them for close on config change,
the closing happened only in long-term maintenance.  So there
was time where they could still be reused by clients.

Fix this by strict check in find_server()
src/objects.c