pgsql: Remove cautions about using volatile from spin.h.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove cautions about using volatile from spin.h.
Date: 2015-10-16 18:10:45
Message-ID: E1Zn9Sn-0003yE-93@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove cautions about using volatile from spin.h.

Commit 0709b7ee72e4bc71ad07b7120acd117265ab51d0 obsoleted this comment
but neglected to update it.

Thomas Munro

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/22884414cbac345c9143738634123f76e61ca343

Modified Files
--------------
src/include/storage/spin.h | 13 ++++---------
1 file changed, 4 insertions(+), 9 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2015-10-16 18:16:58 pgsql: Remove volatile qualifiers from dynahash.c, shmem.c, and sinvala
Previous Message Robert Haas 2015-10-16 16:03:24 pgsql: Prohibit parallel query when the isolation level is serializable