summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorTom Lane2018-12-16 19:51:48 +0000
committerTom Lane2018-12-16 19:51:48 +0000
commitf7642cf31601b206cb7cfb99339e6b4edfec0b58 (patch)
tree9af600f4156ad019a743c409e0736ec755fc4e4b /doc/src
parentcd24b4eaece3ee816b8a7decacc8dd00e5f16906 (diff)
Make error handling in parallel pg_upgrade less bogus.
reap_child() basically ignored the possibility of either an error in waitpid() itself or a child process failure on signal. We don't really need to do more than report and crash hard, but proceeding as though nothing is wrong is definitely Not Acceptable. The error report for nonzero child exit status was pretty off-point, as well. Noted while fooling around with child-process failure detection logic elsewhere. It's been like this a long time, so back-patch to all supported branches.
Diffstat (limited to 'doc/src')
0 files changed, 0 insertions, 0 deletions