From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Sync 9.5 version of access/transam/parallel.c with HEAD. |
Date: | 2016-08-02 20:09:15 |
Message-ID: | E1bUg03-0007eB-UW@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2016-08-02 20:39:33 | pgsql: Block interrupts during HandleParallelMessages(). |
Previous Message | Peter Eisentraut | 2016-08-02 17:16:56 | pgsql: Change minimum max_worker_processes from 1 to 0 |