pgsql: Minor modernization for README.barrier.

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Minor modernization for README.barrier.
Date: 2021-03-12 02:36:43
Message-ID: E1lKXfP-0007UC-L8@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Minor modernization for README.barrier.

Itanium is very uncommon and being discontinued. ARM is everywhere.
Prefer ARM as an example of an architecture with weak memory ordering.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/43c66624964aa1d2f519ad6be0c5ea8f170cf357

Modified Files
--------------
src/backend/storage/lmgr/README.barrier | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2021-03-12 04:30:45 pgsql: Force to send remaining WAL stats to the stats collector at walw
Previous Message Peter Geoghegan 2021-03-11 22:19:02 pgsql: Save a few cycles during nbtree VACUUM.