Re: pgsql: Avoid unsatisfied-external-reference errors in static inlines. - Mailing list pgsql-committers

From Peter Eisentraut
Subject Re: pgsql: Avoid unsatisfied-external-reference errors in static inlines.
Date
Msg-id 1b09ac8a-5906-3a52-3763-44a9b2115805@enterprisedb.com
Whole thread Raw
In response to Re: pgsql: Avoid unsatisfied-external-reference errors in static inlines.  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: pgsql: Avoid unsatisfied-external-reference errors in static inlines.
List pgsql-committers
On 13.07.22 20:24, Tom Lane wrote:
> Peter Eisentraut <peter.eisentraut@enterprisedb.com> writes:
>> What platforms did this fail on?  How can one observe the failure locally?
> 
> wrasse at least:
> 
> https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=wrasse&dt=2022-07-13%2014%3A49%3A17
> 
> I think possibly you could duplicate the problem with gcc
> by using -fkeep-inline-functions, but I've not tried.

Confirmed, -fkeep-inline-functions will catch it.  Good to know.



pgsql-committers by date:

Previous
From: John Naylor
Date:
Subject: pgsql: Correct some uses of e.g. and i.e. in message strings and docume
Next
From: Thomas Munro
Date:
Subject: pgsql: Create a distinct wait event for POSIX DSM allocation.