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

From Tom Lane
Subject Re: Probable memory leak with ECPG and AIX
Date
Msg-id 1135684.1656820798@sss.pgh.pa.us
Whole thread Raw
In response to Re: Probable memory leak with ECPG and AIX  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Probable memory leak with ECPG and AIX
List pgsql-hackers
I wrote:
> On it now, but it'll take a few minutes :-(

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.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Probable memory leak with ECPG and AIX
Next
From: Noah Misch
Date:
Subject: Re: SQL/JSON functions vs. ECPG vs. STRING as a reserved word