Re: [PATCH] Memory leak in pg_config

2018-11-14 Thread Raúl Marín Rodríguez
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

Re: [PATCH] Memory leak in pg_config

2018-11-14 Thread Tomas Vondra
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

Re: [PATCH] Memory leak in pg_config

2018-11-14 Thread Tom Lane
=?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

[PATCH] Memory leak in pg_config

2018-11-14 Thread Raúl Marín Rodríguez
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 ===