pgsql: Sync 9.5 version of access/transam/parallel.c with HEAD. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Sync 9.5 version of access/transam/parallel.c with HEAD.
Date
Msg-id E1bUg03-0007eB-UW@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Change minimum max_worker_processes from 1 to 0
Next
From: Tom Lane
Date:
Subject: pgsql: Block interrupts during HandleParallelMessages().