pgsql: Move comment about sun cc's __machine_rw_barrier being a full ba

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Move comment about sun cc's __machine_rw_barrier being a full ba
Date: 2015-01-08 12:18:00
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Move comment about sun cc's __machine_rw_barrier being a full barrier.

I'd accidentally written the comment besides the read barrier, instead
of the full barrier, implementation.

Noticed by Oskari Saarenmaa

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/93be0950070b5bcb22600cb1cbb62f93c058a5dd

Modified Files
--------------
src/include/port/atomics/generic-sunpro.h | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2015-01-08 12:39:08 pgsql: Protect against XLogReaderAllocate() failing to allocate memory.
Previous Message Noah Misch 2015-01-08 04:06:06 pgsql: On Darwin, detect and report a multithreaded postmaster.