Remove volatile qualifiers from proc.c and procarray.c

Robert Haas <rhaas@postgresql.org>

Commit: d53e3d5fe0b97ebcec5340dc4f44faf2b1a5d52f
Author: Robert Haas <rhaas@postgresql.org>
Date: 2015-10-16T18:20:36Z
Releases: 9.6.0
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

Files

PathChange+/−
src/backend/storage/ipc/procarray.c modified +8 −12
src/backend/storage/lmgr/proc.c modified +11 −24