Joshua Lockerman 1cc1b7c14e Fix memory leaks part 1: BGWs
This commit fixes memory leaks in the Background Worker infrastructure.
Notably, it fixes a leak in the launcher and BGW scheduler where shared
message queue handles would not be freed, and it fixes a leak where
BackgroundWorkerHandles were not freed in the scheduler.
2019-10-02 15:54:39 -04:00
..
2019-02-13 18:12:43 -05:00
2019-02-13 18:12:43 -05:00
2019-10-02 15:54:39 -04:00

Suppressions for Clang Sanitizers

This folder contains supression files for running timescale using Clang's AddressSanitizer and UndefinedBehaviorSanitizer, which we use as part of timescale's regission suite. There are a few places OSs have UB and where postgres has benign memory leaks, in order to run these sanitizers, we suppress these warning.

For ease of use, we provide a script in [/scripts/test_sanitizers.sh] to run our regression tests with sanitizers enabled.