From: Marko Kreen Date: Fri, 16 Jan 2009 12:39:25 +0000 (+0000) Subject: NEWS: mention event_del problem X-Git-Tag: pgbouncer_1_3_rc1~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bf1aa504aa40f656f235692652d2275bd95e6759;p=pgbouncer NEWS: mention event_del problem --- diff --git a/NEWS b/NEWS index 6df1216..104dfc9 100644 --- a/NEWS +++ b/NEWS @@ -34,6 +34,13 @@ = Fixes = + * In case event_del() reports failure, just proceed with cleanup. + Previously pgbouncer retried it, in case the failure was due ENOMEM. + But this has caused log floods with inifinite repeats, so it seems + libevent does not like it. + + Why event_del() report failure first time is still mystery. + * --enable-debug now just toggles whether debug info is stripped from binary. It no longer plays with -fomit-frame-pointer as it's dangerous.