pgbouncer - pgbouncer: sbuf_close: dont retry event_del() if it fails,

Поиск
Список
Период
Сортировка
От mkz@pgfoundry.org (User Mkz)
Тема pgbouncer - pgbouncer: sbuf_close: dont retry event_del() if it fails,
Дата
Msg-id 20090116121824.322EA17ADE6C@pgfoundry.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
sbuf_close: dont retry event_del() if it fails, just proceed with cleanup.

The retry could have been bug in pgbouncer - although then the
question is that how to survive ENOMEM from event handlers that
may need allocation on event_del().

But this does not explain why it fails first time.  Seems there
is something funny going on in libevent.

Modified Files:
--------------
    pgbouncer/src:
        sbuf.c (r1.33 -> r1.34)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/sbuf.c.diff?r1=1.33&r2=1.34)

В списке pgsql-committers по дате отправления:

Предыдущее
От: teodor@postgresql.org (Teodor Sigaev)
Дата:
Сообщение: pgsql: Fix uninitialized variables in get_covers
Следующее
От: mkz@pgfoundry.org (User Mkz)
Дата:
Сообщение: pgbouncer - pgbouncer: add few overlooked contributors