diff options
| author | Marko Kreen | 2007-04-19 14:56:28 +0000 |
|---|---|---|
| committer | Marko Kreen | 2007-04-19 14:56:28 +0000 |
| commit | 21b001f41ba72baace45d99fe94aaf5b70e7928c (patch) | |
| tree | a65308518f8e369c05f8a923a1c5679423140c56 | |
| parent | 8598584ec8acf99f8017997a3d1d0199c784e1cd (diff) | |
ver 1.0.7pgbouncer_1_0_7
| -rw-r--r-- | NEWS | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -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(). |
