Hi,
I understand it, as I said it's not an issue; just annoying when using
sanitizers. Thanks for the information.
--
Raúl Marín Rodríguez
carto.com
On 11/14/18 3:59 PM, Tom Lane wrote:
=?UTF-8?B?UmHDumwgTWFyw61uIFJvZHLDrWd1ZXo=?= writes:
I've been trying to run Postgis regress tests under Clang sanitizers and one of
the issues I'm facing is the constant stream of errors during the `configure`
step coming from calls to `pg_config`.
TBH, I
=?UTF-8?B?UmHDumwgTWFyw61uIFJvZHLDrWd1ZXo=?= writes:
> I've been trying to run Postgis regress tests under Clang sanitizers and one
> of
> the issues I'm facing is the constant stream of errors during the `configure`
> step coming from calls to `pg_config`.
TBH, I do not think we should do anyth
Hi,
I've been trying to run Postgis regress tests under Clang sanitizers and one of
the issues I'm facing is the constant stream of errors during the `configure`
step coming from calls to `pg_config`.
Example:
```
$ pg_config --cc
clang
===