1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-07 11:02:12 +03:00
Robert Haas e452019d8e Mark FastPathStrongRelationLocks volatile.
Otherwise, the compiler might decide to move modifications to data
within this structure outside the enclosing SpinLockAcquire /
SpinLockRelease pair, leading to shared memory corruption.

This may or may not explain a recent lmgr-related buildfarm failure
on prairiedog, but it needs to be fixed either way.
2014-03-31 14:38:01 -04:00
..
2013-05-29 16:58:43 -04:00
2014-03-17 15:35:47 -04:00
2014-03-17 15:35:47 -04:00
2012-10-10 21:42:38 -04:00
2014-02-01 16:30:22 -05:00