pgbouncer - pgbouncer: Fix potential use of old connections after config

Поиск
Список
Период
Сортировка
От mkz@pgfoundry.org (User Mkz)
Тема pgbouncer - pgbouncer: Fix potential use of old connections after config
Дата
Msg-id 20090522143910.5CEBF17ADF1F@pgfoundry.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: itagaki@pgfoundry.org (User Itagaki)
Дата:
Сообщение: pgbulkload - pgbulkload: Add pgut-be files.
Следующее
От: jbcooley@pgfoundry.org (User Jbcooley)
Дата:
Сообщение: npgsql - Npgsql2: incremental changes towards DDEX support