pgsql: Make fallback implementation of pg_memory_barrier() work in 9.2

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make fallback implementation of pg_memory_barrier() work in 9.2
Date: 2016-04-16 14:42:37
Message-ID: E1arRQj-0006nC-5K@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Make fallback implementation of pg_memory_barrier() work in 9.2 and 9.3.

Back-patch 9.4-era commit 44cd47c1d49655c5 into 9.2 and 9.3. As with
my back-patches of yesterday, this was not seen as necessary at the time
because we didn't expect barrier.h to need to work before 9.4, but
commit 37de8de9e33606a0 invalidated that theory.

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/992df96580c544dc3f72b38d8e0a946f2b462749

Modified Files
--------------
src/backend/main/main.c | 8 ++++++++
1 file changed, 8 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-04-16 16:12:02 pgsql: Disallow creation of indexes on system columns (except for OID).
Previous Message Stephen Frost 2016-04-16 02:12:08 Re: [COMMITTERS] pgsql: Add new catalog called pg_init_privs