Remove volatile qualifiers from bufmgr.c and freelist.c
Robert Haas <rhaas@postgresql.org>
Remove volatile qualifiers from bufmgr.c and freelist.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. Review by Andres Freund
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/storage/buffer/bufmgr.c | modified | +47 −48 |
| src/backend/storage/buffer/freelist.c | modified | +9 −9 |
| src/include/storage/buf_internals.h | modified | +3 −8 |