- Notifications
You must be signed in to change notification settings - Fork5
Commita472ae1
committed
Fix Hot Standby feedback sending when streaming busily.
Commit6f60fdd accidentally removed acall to XLogWalRcvSendHSFeedback() after flushing received WAL to disk.The consequence is that when walsender is busy streaming WAL, it doesn'tsend HS feedback messages. One is sent if nothing is received from themaster for 100ms, but if there's a steady stream of WAL, it never happens.Backpatch to 9.3.Andres Freund and Amit Kapila1 parent61bee9f commita472ae1
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1007 | 1007 |
| |
1008 | 1008 |
| |
1009 | 1009 |
| |
| 1010 | + | |
1010 | 1011 |
| |
| 1012 | + | |
| 1013 | + | |
1011 | 1014 |
| |
1012 | 1015 |
| |
1013 | 1016 |
| |
|
0 commit comments
Comments
(0)