Fix another recently-changed place that was messing with spinlock-

Tom Lane <tgl@sss.pgh.pa.us>

Commit: fa72121594534dda6cc010f0bf6b3e8d22987526
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-10-12T16:55:59Z
Releases: 8.1.0
Fix another recently-changed place that was messing with spinlock-
protected data structures and not using a volatile pointer for same.

Files

PathChange+/−
src/backend/storage/lmgr/lwlock.c modified +3 −2