[COMMITTERS] pgsql: Add valgrind suppressions for python code.

2016-03-08 Thread Andres Freund
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 suppressio

[COMMITTERS] pgsql: Add valgrind suppressions for python code.

2016-03-08 Thread Andres Freund
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 suppressio

[COMMITTERS] pgsql: Add valgrind suppressions for python code.

2016-03-08 Thread Andres Freund
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 suppressio