]> granicus.if.org Git - pgbouncer/commit
fix auth_user with session pooling
authorCody Cutrer <cody@cutrer.us>
Thu, 28 Feb 2013 15:54:04 +0000 (08:54 -0700)
committerCody Cutrer <cody@instructure.com>
Mon, 7 Oct 2013 21:34:51 +0000 (15:34 -0600)
commit93b60a3850c1e8631ca91a6f9902eccc8d5bf9ee
tree1527901ff5b5b7da5bd8baae3c976c43f44f4540
parent35a8a5768c68da946689fb31bc6a0867e62edfc6
fix auth_user with session pooling

the auth_user pool wasn't releasing the server conn, so the
client would end up connected to the db as the auth_user
include/bouncer.h
src/client.c
src/server.c