pgsql: Move comment about sun cc's __machine_rw_barrier being a full ba - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Move comment about sun cc's __machine_rw_barrier being a full ba
Date
Msg-id E1Y9C2K-0004Rx-89@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: Remove comment that was intended to have been removed before com
Next
From: Andres Freund
Date:
Subject: pgsql: Fix logging of pages skipped due to pins during vacuum.