pgbouncer - pgbouncer: Move fast-fail relaunch logic around.

From: mkz(at)pgfoundry(dot)org (User Mkz)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgbouncer - pgbouncer: Move fast-fail relaunch logic around.
Date: 2010-04-14 08:08:27
Message-ID: 20100414080827.D733A10715C9@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Move fast-fail relaunch logic around.

Do it together with fast-fail disconnect. When kept separately
it can launch even if there are no new clients coming.
This causes problem with permanently dead dbs/users, as the
retry will not stop if all clients are gone.

Modified Files:
--------------
pgbouncer/src:
janitor.c (r1.39 -> r1.40)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/janitor.c?r1=1.39&r2=1.40)
objects.c (r1.55 -> r1.56)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/objects.c?r1=1.55&r2=1.56)

Browse pgsql-committers by date

  From Date Subject
Next Message User Mkz 2010-04-14 08:09:47 pgbouncer - pgbouncer: Explicitly detect V2 protocol request and close
Previous Message Bruce Momjian 2010-04-14 02:36:04 pgsql: Doc change: anyways -> anyway; Erik Rijkers