aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistxlog.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2016-05-29 13:00:09 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2016-05-29 13:00:09 -0400
commit937b85805b6e87180bf9e088acfb4ba4e3e3d9bc (patch)
tree89afa641e7b706b91fc949529f2ba2006258d93b /src/backend/access/gist/gistxlog.c
parentbf7b1691eac84b09557f191a6b973bd5faa983b0 (diff)
downloadpostgresql-937b85805b6e87180bf9e088acfb4ba4e3e3d9bc.tar.gz
postgresql-937b85805b6e87180bf9e088acfb4ba4e3e3d9bc.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/access/gist/gistxlog.c')
0 files changed, 0 insertions, 0 deletions