pgbouncer - pgbouncer: Fix potential use of old connections after config - Mailing list pgsql-committers

From mkz@pgfoundry.org (User Mkz)
Subject pgbouncer - pgbouncer: Fix potential use of old connections after config
Date
Msg-id 20090522143910.5CEBF17ADF1F@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix potential use of old connections after config change

Despite detecting and tagging them for close on config change,
the closing happened only in long-term maintenance.  So there
was time where they could still be reused by clients.

Fix this by strict check in find_server()

Modified Files:
--------------
    pgbouncer/src:
        objects.c (r1.52 -> r1.53)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/objects.c.diff?r1=1.52&r2=1.53)

pgsql-committers by date:

Previous
From: itagaki@pgfoundry.org (User Itagaki)
Date:
Subject: pgbulkload - pgbulkload: Add pgut-be files.
Next
From: jbcooley@pgfoundry.org (User Jbcooley)
Date:
Subject: npgsql - Npgsql2: incremental changes towards DDEX support