aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2014-01-16 23:05:02 +0200
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2014-01-16 23:15:41 +0200
commita472ae1e4e2bf5fb71ac655d38d1e35df4c1c966 (patch)
tree0757cfde0cfc00dd42fd8dd9911d56dcc4314aba /doc/src
parent61bee9f756ce875f3b678099a6bb9654bd2fa21a (diff)
downloadpostgresql-a472ae1e4e2bf5fb71ac655d38d1e35df4c1c966.tar.gz
postgresql-a472ae1e4e2bf5fb71ac655d38d1e35df4c1c966.zip
Fix Hot Standby feedback sending when streaming busily.
Commit 6f60fdd7015b032bf49273c99f80913d57eac284 accidentally removed a call to XLogWalRcvSendHSFeedback() after flushing received WAL to disk. The consequence is that when walsender is busy streaming WAL, it doesn't send HS feedback messages. One is sent if nothing is received from the master for 100ms, but if there's a steady stream of WAL, it never happens. Backpatch to 9.3. Andres Freund and Amit Kapila
Diffstat (limited to 'doc/src')
0 files changed, 0 insertions, 0 deletions