Andres Freund 2f1f443930 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
2016-03-08 19:40:58 -08:00
..
2014-05-06 12:12:18 -04:00
2016-01-02 13:33:40 -05:00
2013-05-29 16:58:43 -04:00
2010-09-20 22:08:53 +02:00
2014-11-18 15:51:45 -05:00
2015-06-30 14:01:15 -04:00
2012-02-24 16:19:18 -05:00
2010-09-20 22:08:53 +02:00
2016-01-02 13:33:40 -05:00
2016-01-02 13:33:40 -05:00