Re: pgsql: aix: No need to use mkldexport when we want to export all symbol

From: Andres Freund <andres(at)anarazel(dot)de>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Noah Misch <noah(at)leadboat(dot)com>, pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: aix: No need to use mkldexport when we want to export all symbol
Date: 2022-09-10 05:57:36
Message-ID: 20220910055736.htsr5juo3ldlay2l@awork3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Hi,

On 2022-09-10 01:32:52 -0400, Tom Lane wrote:
> Andres Freund <andres(at)anarazel(dot)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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2022-09-10 06:50:09 Re: pgsql: Fix perltidy breaking perlcritic
Previous Message Andres Freund 2022-09-10 05:54:11 pgsql: configure: Expand -fvisibility checks to more compilers, test fo