Re: LLVM Address Sanitizer (ASAN) and valgrind support - Mailing list pgsql-hackers

From Greg Stark
Subject Re: LLVM Address Sanitizer (ASAN) and valgrind support
Date
Msg-id CAM-w4HOm_JAi7XcpFvw_kpz1PXxDiS2y4sOTq0uwTX1-zEz+RQ@mail.gmail.com
Whole thread Raw
In response to Re: LLVM Address Sanitizer (ASAN) and valgrind support  (Andres Freund <andres@anarazel.de>)
Responses Re: LLVM Address Sanitizer (ASAN) and valgrind support  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
On Tue, Sep 27, 2016 at 11:02 PM, Andres Freund <andres@anarazel.de> wrote:
> Any plans to pick this up again?

Yeah, I was just thinking I should pick this up again.

> I vote for renaming the VALGRIND names etc. to something more tool-neutral. I think it's going to be too confusing
otherwise.

Hm, the danger there is once I start refactoring things I could get
bogged down... I would love to remove all the #ifdef's and have the
macros just be no-ops if they're compiled out for example...

-- 
greg



pgsql-hackers by date:

Previous
From: Vitaly Burovoy
Date:
Subject: Re: Detect supported SET parameters when pg_restore is run
Next
From: Andres Freund
Date:
Subject: hash_create(nelem = 0) does invalid memory accesses