From bf1aa504aa40f656f235692652d2275bd95e6759 Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Fri, 16 Jan 2009 12:39:25 +0000 Subject: [PATCH] NEWS: mention event_del problem --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) 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. -- 2.40.0