summaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorAndres Freund2016-03-09 01:34:09 +0000
committerAndres Freund2016-03-09 03:40:59 +0000
commit7e31314c5fcf942a900cce4637a27594ee32a65b (patch)
tree69b0ec0854c3b161df4355bddf7ddedcef79d04c /src/test
parent6416b1d422e588b0064d09e6a201d184b70638c1 (diff)
Add valgrind suppressions for python code.
Python's allocator does some low-level tricks for efficiency; unfortunately they trigger valgrind errors. Those tricks can be disabled making instrumentation easier; but few people testing postgres will have such a build of python. So add broad suppressions of the resulting errors. See also https://svn.python.org/projects/python/trunk/Misc/README.valgrind This possibly will suppress valid errors, but without it it's basically impossible to use valgrind with plpython code. Author: Andres Freund Backpatch: 9.4, where we started to maintain valgrind suppressions
Diffstat (limited to 'src/test')
0 files changed, 0 insertions, 0 deletions