forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitcee9cad
committed
Fix pg_recvlogical avoidance of superfluous Standby Status Update.
The defect suppressed a Standby Status Update message when bytes flushedto disk had changed but bytes received had not changed. Ifpg_recvlogical then exited with no intervening Standby Status Update,the next pg_recvlogical repeated already-flushed records. The defectcould also cause superfluous messages, which are functionally harmless.Back-patch to 9.5 (all supported versions).Discussion:https://postgr.es/m/20200502221647.GA3941274@rfd.leadboat.com1 parent8222a9d commitcee9cad
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
126 | 126 |
| |
127 | 127 |
| |
128 | 128 |
| |
129 |
| - | |
| 129 | + | |
130 | 130 |
| |
131 | 131 |
| |
132 | 132 |
| |
|
0 commit comments
Comments
(0)