Non-reproducible valgrind failure on HEAD
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: pgsql-hackers@lists.postgresql.org
Date: 2021-05-09T19:29:06Z
Lists: pgsql-hackers
Attachments
- 386293.log (text/plain)
I happened to be trying to run the core regression tests under valgrind, and I got the complaints attached below, from the process that had been running the insert_conflict test script. I could not reproduce the failure in a second run, which is not hugely surprising because it appears to be in cross-process sinval processing; so timing sensitivity is to be expected. That doesn't make it any less disturbing. One point worth mentioning is that I'd forgotten to build with "#define USE_VALGRIND" in the first try. AFAIK that should make valgrind strictly less sensitive, so I think it's not material, but still. Thoughts? regards, tom lane
Commits
-
Improve comments about USE_VALGRIND in pg_config_manual.h.
- 8dc3d68cbe67 14.0 landed