Re: [PATCH] Guard `CLOBBER_FREED_MEMORY` & `MEMORY_CONTEXT_CHECKING` - Mailing list pgsql-hackers

From Jubilee Young
Subject Re: [PATCH] Guard `CLOBBER_FREED_MEMORY` & `MEMORY_CONTEXT_CHECKING`
Date
Msg-id CAPNHn3oU5FLKraPyX1p03+q3PznWTg-zLMgy7Y1xO-_p+fVBbg@mail.gmail.com
Whole thread Raw
In response to Re: [PATCH] Guard `CLOBBER_FREED_MEMORY` & `MEMORY_CONTEXT_CHECKING`  (Samuel Marks <samuelmarks@gmail.com>)
List pgsql-hackers
> Hmm, that seems like their problem not ours.  It's not very clear
> to me why they'd want to force these flags from the compiler
> command line in the first place, but if they do they should be
> consistent with the more usual ways to set them.

There is no particular need to merge this patch for our sakes, as
the only reason it is this way was haste to build valgrind support.
Clang often finds some issue with the Postgres code style, so
I ignore its lint output, which is only regurgitated for errors anyway.
At least, in most build configurations. Happy to take any patches
for build stuff.



pgsql-hackers by date:

Previous
From: Thomas Munro
Date:
Subject: Re: Use streaming read API in ANALYZE
Next
From: "Joel Jacobson"
Date:
Subject: Re: Optimising numeric division