]> granicus.if.org Git - pgbouncer/commitdiff
NEWS: mention event_del problem
authorMarko Kreen <markokr@gmail.com>
Fri, 16 Jan 2009 12:39:25 +0000 (12:39 +0000)
committerMarko Kreen <markokr@gmail.com>
Fri, 16 Jan 2009 12:39:25 +0000 (12:39 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 6df1216c85522c9dd3e3894ee83c32a3b4e29f24..104dfc952a06f615a2682a05b8753f1f2ea3fd12 100644 (file)
--- a/NEWS
+++ b/NEWS
 
   = 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.