Declare LWLock pointers as volatile to prevent AIX compiler from
Tom Lane <tgl@sss.pgh.pa.us>
Declare LWLock pointers as volatile to prevent AIX compiler from reordering operations at its whim. Releasing TAS lock before we've finished updating proc structure is uncool.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/storage/lmgr/lwlock.c | modified | +4 −4 |