Re: Probable memory leak with ECPG and AIX - Mailing list pgsql-hackers

From Noah Misch
Subject Re: Probable memory leak with ECPG and AIX
Date
Msg-id 20220704055922.GB2520965@rfd.leadboat.com
Whole thread Raw
In response to Re: Probable memory leak with ECPG and AIX  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Sat, Jul 02, 2022 at 11:59:58PM -0400, Tom Lane wrote:
> Confirmed that either initializing ecpg_clocale or adding -fno-common
> allows the ecpglib build to succeed.  (Testing it beyond that would
> require another hour or so to build the rest of the system, so I won't.)
> 
> As I said, I was already leaning to the idea that initializing the
> variable explicitly is better style, so I recommend we do that.

Works for me.  Pushed that way, and things have been clean.



pgsql-hackers by date:

Previous
From: Masahiko Sawada
Date:
Subject: Re: [PoC] Improve dead tuple storage for lazy vacuum
Next
From: Luc Vlaming Hummel
Date:
Subject: Re: Lazy JIT IR code generation to increase JIT speed with partitions