Thread: pgsql: Remove volatile qualifiers from proc.c and procarray.c

pgsql: Remove volatile qualifiers from proc.c and procarray.c

From
Robert Haas
Date:
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

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/d53e3d5fe0b97ebcec5340dc4f44faf2b1a5d52f

Modified Files
--------------
src/backend/storage/ipc/procarray.c |   20 ++++++++------------
src/backend/storage/lmgr/proc.c     |   35 +++++++++++------------------------
2 files changed, 19 insertions(+), 36 deletions(-)