pgsql: Use "mb" not the nonexistent "rmb" for pg_read_barrier() on Alph - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Use "mb" not the nonexistent "rmb" for pg_read_barrier() on Alph
Date
Msg-id E1ZVmph-00056w-Lh@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Use "mb" not the nonexistent "rmb" for pg_read_barrier() on Alpha.

It's only necessary to fix this in 9.4; later versions don't have this
code (because we ripped out Alpha support entirely), while earlier ones
aren't actually using pg_read_barrier() anywhere.

Per rather belated report from Christoph Berg.

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/747ca66977d5539a5ab9e5f33d3ca074fc3fd19b

Modified Files
--------------
src/include/storage/barrier.h |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix s_lock.h PPC assembly code to be compatible with native AIX
Next
From: Joe Conway
Date:
Subject: pgsql: Fix sepgsql regression tests.