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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Avoid unsatisfied-external-reference errors in static inlines.
Date: 2022-07-13 18:24:49
Message-ID: 2431300.1657736689@sss.pgh.pa.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)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.

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-07-13 18:34:22 pgsql: Revert "Use wildcards instead of manually-maintained file lists
Previous Message Peter Eisentraut 2022-07-13 18:12:23 Re: pgsql: Avoid unsatisfied-external-reference errors in static inlines.