Add valgrind suppression for pg_atomic_init_u64.

Andres Freund <andres@anarazel.de>

Commit: 6c878edc1df9d4d9ad7ed4a7e1c34c0bf0f622b9
Author: Andres Freund <andres@anarazel.de>
Date: 2014-11-14T15:59:33Z
Releases: 9.5.0
Add valgrind suppression for pg_atomic_init_u64.

pg_atomic_init_u64 (indirectly) uses compare/exchange to guarantee
atomic writes on platforms where compare/exchange is available, but
64bit writes aren't atomic (yes, those exist). That leads to a
harmless read of the initial value of variable.

Files

PathChange+/−
src/tools/valgrind.supp modified +13 −0