]> granicus.if.org Git - pgbouncer/commitdiff
ver 1.0.7 pgbouncer_1_0_7
authorMarko Kreen <markokr@gmail.com>
Thu, 19 Apr 2007 14:56:28 +0000 (14:56 +0000)
committerMarko Kreen <markokr@gmail.com>
Thu, 19 Apr 2007 14:56:28 +0000 (14:56 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 80d61ddbd4c02985e16bb048a7f34b14ccccba28..658ec2450d1a0803e7c9bd66c0e828feb30eab55 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,12 @@
 
-2007-04-18  -  PgBouncer 1.0.7  -  "With Vitamin A-Z"
-
-  * Several error/notice packets with send() blocking
-    triggered assert.  Fix it.
+2007-04-19  -  PgBouncer 1.0.7  -  "With Vitamin A-Z"
+
+  * Several error/notice packets with send() blocking between
+    triggered assert.  Fix it by removing flushing logic altogether.
+    As pgbouncer does not actively buffer anything, its not needed.
+    It was a remnant from the time when buffering was pushed to
+    kernel with MSG_MORE.
+  * Additionally avoid calling recv() logic when sending unblocks.
   * List search code for admin_users and stats_users
     mishandled partial finds.  Fix it.
   * Standardise UNIX socket peer UID finding to getpeereid().