]> granicus.if.org Git - postgresql/commit
Remove more volatile qualifiers.
authorRobert Haas <rhaas@postgresql.org>
Tue, 6 Oct 2015 19:45:02 +0000 (15:45 -0400)
committerRobert Haas <rhaas@postgresql.org>
Tue, 6 Oct 2015 19:45:02 +0000 (15:45 -0400)
commit8f6bb851bdb75d741b3a7543bbf681e3cd7e65dc
tree676d9f4141dfe2896a1ead18475529ac64172144
parentb943f502b788a3708ca660785fd14a4ee938fdcd
Remove more volatile qualifiers.

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.
This continues work begun in df4077cda2eae3eb4a5cf387da0c1e7616e73204
and 6ba4ecbf477e0b25dd7bde1b0c4e07fc2da19348.

Thomas Munro and Michael Paquier
src/backend/postmaster/checkpointer.c
src/backend/replication/logical/logical.c
src/backend/replication/slot.c
src/backend/replication/walreceiver.c
src/backend/replication/walreceiverfuncs.c
src/backend/replication/walsender.c