Thread: pgsql: Sync 9.5 version of access/transam/parallel.c with HEAD.

pgsql: Sync 9.5 version of access/transam/parallel.c with HEAD.

From
Tom Lane
Date:
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.

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/93ac14efb465d3160a77b5f75dad8e4721cee41a

Modified Files
--------------
src/backend/access/transam/parallel.c | 41 ++++++++++++++++++-----------------
src/include/access/parallel.h         | 13 +++++------
2 files changed, 27 insertions(+), 27 deletions(-)