Re: pgsql: aix: No need to use mkldexport when we want to export all symbol - Mailing list pgsql-committers

From Andres Freund
Subject Re: pgsql: aix: No need to use mkldexport when we want to export all symbol
Date
Msg-id 20220910055736.htsr5juo3ldlay2l@awork3.anarazel.de
Whole thread Raw
In response to Re: pgsql: aix: No need to use mkldexport when we want to export all symbol  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: pgsql: aix: No need to use mkldexport when we want to export all symbol  (Andres Freund <andres@anarazel.de>)
List pgsql-committers
Hi,

On 2022-09-10 01:32:52 -0400, Tom Lane wrote:
> Andres Freund <andres@anarazel.de> writes:
> > It seem worth applying the -qvisibility patch and seeing whether that fixes
> > the buildfarm?
> 
> Worth a try.

Done now.

Looks like we also could get away with -Wl,-bexpall or such, but of course
selective exporting is preferrable. Just noting that in case an older xlc
version makes trouble.

Greetings,

Andres Freund



pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: configure: Expand -fvisibility checks to more compilers, test fo
Next
From: Andrew Dunstan
Date:
Subject: Re: pgsql: Fix perltidy breaking perlcritic