pgsql: Sync 9.2 and 9.3 versions of barrier.h with 9.4's version.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Sync 9.2 and 9.3 versions of barrier.h with 9.4's version.
Date: 2016-04-15 20:49:58
Message-ID: E1arAgg-0006SH-Cq@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Sync 9.2 and 9.3 versions of barrier.h with 9.4's version.

We weren't particularly maintaining barrier.h before 9.4, because nothing
was using it in those branches. Well, nothing until commit 37de8de9e got
back-patched. That broke 9.2 and 9.3 for some non-mainstream platforms
that we haven't been testing in the buildfarm, including icc on ia64,
HPPA, and Alpha.

This commit effectively back-patches commits e5592c61a, 89779bf2c,
and 747ca6697, though I did it just by copying the file (less copyright
date updates) rather than by cherry-picking those commits.

Per an attempt to run gaur and pademelon over old branches they've
not been run on since ~2013.

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/f4f4f6990e9f3aa75b609b986e594b6951d04927

Modified Files
--------------
src/include/storage/barrier.h | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2016-04-15 21:08:20 Re: [COMMITTERS] pgsql: Add new catalog called pg_init_privs
Previous Message Stephen Frost 2016-04-15 19:27:37 Re: [COMMITTERS] pgsql: Add new catalog called pg_init_privs