diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2014-03-04 15:30:52 +0200 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2014-03-04 15:36:05 +0200 |
commit | 7558cc95d31edbf1437321d910562494071c5589 (patch) | |
tree | ec2d2ec5e6e30ca01f3d85e5e3e32abcedac4f3e /src/backend/replication/logical/logicalfuncs.c | |
parent | b89e151054a05f0f6d356ca52e3b725dd0505e53 (diff) | |
download | postgresql-7558cc95d31edbf1437321d910562494071c5589.tar.gz postgresql-7558cc95d31edbf1437321d910562494071c5589.zip |
Error out on send failure in walsender loop.
I changed the loop in 9.3 to use "goto send_failure" instead of "break" on
errors, but I missed this one case. It was a relatively harmless bug: if
the flush fails once it will most likely fail again as soon as we try to
flush the output again. But it's a bug nevertheless.
Report and fix by Andres Freund.
Diffstat (limited to 'src/backend/replication/logical/logicalfuncs.c')
0 files changed, 0 insertions, 0 deletions