Обсуждение: pgsql: Use "mb" not the nonexistent "rmb" for pg_read_barrier() on Alph

Поиск
Список
Период
Сортировка

pgsql: Use "mb" not the nonexistent "rmb" for pg_read_barrier() on Alph

От
Tom Lane
Дата:
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(-)