]> granicus.if.org Git - postgresql/commit
Remove volatile qualifiers from lwlock.c.
authorRobert Haas <rhaas@postgresql.org>
Mon, 22 Sep 2014 20:42:14 +0000 (16:42 -0400)
committerRobert Haas <rhaas@postgresql.org>
Mon, 22 Sep 2014 20:42:14 +0000 (16:42 -0400)
commitdf4077cda2eae3eb4a5cf387da0c1e7616e73204
tree31626683b085ae982b6603507c5af61a997175f6
parente38da8d6b1bd494b72a6f84310d30b55b3f67c3e
Remove volatile qualifiers from lwlock.c.

Now that spinlocks (hopefully!) act as compiler barriers, as of commit
0709b7ee72e4bc71ad07b7120acd117265ab51d0, this should be safe.  This
serves as a demonstration of the new coding style, and may be optimized
better on some machines as well.
src/backend/storage/lmgr/lwlock.c