Sync 9.5 version of access/transam/parallel.c with HEAD.
Tom Lane <tgl@sss.pgh.pa.us>
Sync 9.5 version of access/transam/parallel.c with HEAD. This back-patches commit a5fe473ad (notably, marking ParallelMessagePending as volatile, which is not particularly optional). I also back-patched some previous cosmetic changes to remove unnecessary diffs between the two branches. I'm unsure how much of this code is actually reachable in 9.5, but to the extent that it is reachable, it needs to be maintained, and minimizing cross-branch diffs will make that easier.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/transam/parallel.c | modified | +21 −20 |
| src/include/access/parallel.h | modified | +6 −7 |