forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit38587d7
committed
Error out on send failure in walsender loop.
I changed the loop in 9.3 to use "goto send_failure" instead of "break" onerrors, but I missed this one case. It was a relatively harmless bug: ifthe flush fails once it will most likely fail again as soon as we try toflush the output again. But it's a bug nevertheless.Report and fix by Andres Freund.1 parentf5f2131 commit38587d7
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1100 | 1100 |
| |
1101 | 1101 |
| |
1102 | 1102 |
| |
1103 |
| - | |
| 1103 | + | |
1104 | 1104 |
| |
1105 | 1105 |
| |
1106 | 1106 |
| |
|
0 commit comments
Comments
(0)