Replace ia64 S_UNLOCK compiler barrier with a full memory barrier.

Andres Freund <andres@anarazel.de>

Commit: 07cb8b02ab4c8b65bb2e3b87ad2402fdc6cce978
Author: Andres Freund <andres@anarazel.de>
Date: 2015-06-29T12:53:32Z
Releases: 9.5.0
Replace ia64 S_UNLOCK compiler barrier with a full memory barrier.

_Asm_sched_fence() is just a compiler barrier, not a memory barrier. But
spinlock release on IA64 needs, at the very least, release
semantics. Use a full barrier instead.

This might be the cause for the occasional failures on buildfarm member
anole.

Discussion: 20150629101108.GB17640@alap3.anarazel.de

Files

PathChange+/−
src/include/storage/s_lock.h modified +1 −1