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:43:27 +0200 |
commit | 38587d7d286faeec83bdbb89ff34eeee5eabb23e (patch) | |
tree | c507d6d1349cf5c344c6d38ea9d7e664fc02685a /contrib/postgres_fdw/postgres_fdw.c | |
parent | f5f21315d25ffcbfe7c6a3fa6ffaad54d31bcde0 (diff) | |
download | postgresql-38587d7d286faeec83bdbb89ff34eeee5eabb23e.tar.gz postgresql-38587d7d286faeec83bdbb89ff34eeee5eabb23e.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 'contrib/postgres_fdw/postgres_fdw.c')
0 files changed, 0 insertions, 0 deletions