forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6c878ed
committed
Add valgrind suppression for pg_atomic_init_u64.
pg_atomic_init_u64 (indirectly) uses compare/exchange to guaranteeatomic writes on platforms where compare/exchange is available, but64bit writes aren't atomic (yes, those exist). That leads to aharmless read of the initial value of variable.1 parenta15d387 commit6c878ed
1 file changed
+13
-0
lines changedLines changed: 13 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
104 | 104 |
| |
105 | 105 |
| |
106 | 106 |
| |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + |
0 commit comments
Comments
(0)