Remove volatile qualifiers from proc.c and procarray.c
Robert Haas <rhaas@postgresql.org>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/storage/ipc/procarray.c | modified | +8 −12 |
| src/backend/storage/lmgr/proc.c | modified | +11 −24 |