pgbouncer - pgbouncer: Remove drop_on_error, it was a bad idea.

From: mkz(at)pgfoundry(dot)org (User Mkz)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgbouncer - pgbouncer: Remove drop_on_error, it was a bad idea.
Date: 2008-08-06 06:43:41
Message-ID: 20080806064341.A902717ADCC1@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Modified Files:
--------------
pgbouncer/doc:
config.txt (r1.12 -> r1.13)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/doc/config.txt.diff?r1=1.12&r2=1.13)
pgbouncer/include:
bouncer.h (r1.18 -> r1.19)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/include/bouncer.h.diff?r1=1.18&r2=1.19)
pgbouncer/src:
main.c (r1.46 -> r1.47)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/main.c.diff?r1=1.46&r2=1.47)
server.c (r1.30 -> r1.31)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/server.c.diff?r1=1.30&r2=1.31)

Browse pgsql-committers by date

  From Date Subject
Next Message User Mkz 2008-08-06 08:39:42 pgbouncer - pgbouncer: tag 1.2.2
Previous Message User Mkz 2008-08-06 06:31:43 pgbouncer - pgbouncer: asynctest: check if result comes back ok