forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit07cb8b0
committed
Replace ia64 S_UNLOCK compiler barrier with a full memory barrier.
_Asm_sched_fence() is just a compiler barrier, not a memory barrier. Butspinlock release on IA64 needs, at the very least, releasesemantics. Use a full barrier instead.This might be the cause for the occasional failures on buildfarm memberanole.Discussion: 20150629101108.GB17640@alap3.anarazel.de1 parentc5e5d44 commit07cb8b0
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
806 | 806 |
| |
807 | 807 |
| |
808 | 808 |
| |
809 |
| - | |
| 809 | + | |
810 | 810 |
| |
811 | 811 |
| |
812 | 812 |
| |
|
0 commit comments
Comments
(0)