]> granicus.if.org Git - pgbouncer/commit
Remove drop_on_error, it was a bad idea.
authorMarko Kreen <markokr@gmail.com>
Wed, 6 Aug 2008 06:43:40 +0000 (06:43 +0000)
committerMarko Kreen <markokr@gmail.com>
Wed, 6 Aug 2008 06:43:40 +0000 (06:43 +0000)
commit0bed37caf3dab625f2ab0ea2a745311a0226e165
treed034a591af12b5da46b70e2675d738babc0ef9fb
parente236c589c0c53b15312593a4a7ab95f05e9456a7
Remove drop_on_error, it was a bad idea.

It was a workaround for broken plan-cache in Postgres,
but it's behviour for common case - some queries giving always errors -
is very nasty - it can drop all connections in pool.
doc/config.txt
include/bouncer.h
src/main.c
src/server.c