diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2016-05-29 13:00:09 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2016-05-29 13:00:09 -0400 |
commit | 210981a4a9fdd19cb299f248a7ecc25db9bf7d9d (patch) | |
tree | d35ce21088d5640f072cac8d54a05b5379b4f38e /src/backend/executor/functions.c | |
parent | 6b3094c26f9ec8688d802e71562e9be714cfe6ac (diff) | |
download | postgresql-210981a4a9fdd19cb299f248a7ecc25db9bf7d9d.tar.gz postgresql-210981a4a9fdd19cb299f248a7ecc25db9bf7d9d.zip |
Remove pg_dump/parallel.c's useless "aborting" flag.
This was effectively dead code, since the places that tested it could not
be reached after we entered the on-exit-cleanup routine that would set it.
It seems to have been a leftover from a design in which error abort would
try to send fresh commands to the workers --- a design which could never
have worked reliably, of course. Since the flag is not cross-platform, it
complicates reasoning about the code's behavior, which we could do without.
Although this is effectively just cosmetic, back-patch anyway, because
there are some actual bugs in the vicinity of this behavior.
Discussion: <15583.1464462418@sss.pgh.pa.us>
Diffstat (limited to 'src/backend/executor/functions.c')
0 files changed, 0 insertions, 0 deletions