pgsql: Fix typo and outdated information in README.barrier

From: David Rowley <drowley(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix typo and outdated information in README.barrier
Date: 2021-05-17 21:55:41
Message-ID: E1lilDB-0002tM-P7@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typo and outdated information in README.barrier

README.barrier didn't seem to get the memo when atomics were added. Fix
that.

Author: Tatsuo Ishii, David Rowley
Discussion: https://postgr.es/m/20210516.211133.2159010194908437625.t-ishii%40sraoss.co.jp
Backpatch-through: 9.6, oldest supported release

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2ded19fa3a4dafbae80245710fa371d5163bdad4

Modified Files
--------------
src/backend/storage/lmgr/README.barrier | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2021-05-17 21:56:17 pgsql: Fix typo and outdated information in README.barrier
Previous Message Tom Lane 2021-05-17 21:51:54 Re: pgsql: Move tablespace path re-creation from the makefiles to pg_regres