aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistxlog.c
diff options
context:
space:
mode:
authorAndres Freund <andres@anarazel.de>2014-11-14 16:58:00 +0100
committerAndres Freund <andres@anarazel.de>2014-11-14 16:59:33 +0100
commit6c878edc1df9d4d9ad7ed4a7e1c34c0bf0f622b9 (patch)
tree70d421e7f57493833f4f4f9fa9a6471443a48a13 /src/backend/access/gist/gistxlog.c
parenta15d387c22b794b0d2d037ce9f7b379ea8f153c0 (diff)
downloadpostgresql-6c878edc1df9d4d9ad7ed4a7e1c34c0bf0f622b9.tar.gz
postgresql-6c878edc1df9d4d9ad7ed4a7e1c34c0bf0f622b9.zip
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.
Diffstat (limited to 'src/backend/access/gist/gistxlog.c')
0 files changed, 0 insertions, 0 deletions