]> granicus.if.org Git - postgresql/commit
Remove volatile qualifiers from proc.c and procarray.c
authorRobert Haas <rhaas@postgresql.org>
Fri, 16 Oct 2015 18:20:36 +0000 (14:20 -0400)
committerRobert Haas <rhaas@postgresql.org>
Fri, 16 Oct 2015 18:20:36 +0000 (14:20 -0400)
commitd53e3d5fe0b97ebcec5340dc4f44faf2b1a5d52f
treeaa177930b1e077af72162d70375a61120b755ba8
parent430008b5a7ac395ab3057377104148e80718045c
Remove volatile qualifiers from proc.c and procarray.c

Prior to commit 0709b7ee72e4bc71ad07b7120acd117265ab51d0, access to
variables within a spinlock-protected critical section had to be done
through a volatile pointer, but that should no longer be necessary.

Michael Paquier
src/backend/storage/ipc/procarray.c
src/backend/storage/lmgr/proc.c