summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarko Kreen2007-04-19 14:56:28 +0000
committerMarko Kreen2007-04-19 14:56:28 +0000
commit21b001f41ba72baace45d99fe94aaf5b70e7928c (patch)
treea65308518f8e369c05f8a923a1c5679423140c56
parent8598584ec8acf99f8017997a3d1d0199c784e1cd (diff)
-rw-r--r--NEWS12
1 files changed, 8 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 80d61dd..658ec24 100644
--- 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().