pgbouncer - pgbouncer: Move fast-fail relaunch logic around. - Mailing list pgsql-committers

From mkz@pgfoundry.org (User Mkz)
Subject pgbouncer - pgbouncer: Move fast-fail relaunch logic around.
Date
Msg-id 20100414080827.D733A10715C9@pgfoundry.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Doc change: anyways -> anyway; Erik Rijkers
Next
From: mkz@pgfoundry.org (User Mkz)
Date:
Subject: pgbouncer - pgbouncer: Explicitly detect V2 protocol request and close