Re: AIX compilation problems (was Re: Proposal ...) - Mailing list pgsql-hackers

From Tom Lane
Subject Re: AIX compilation problems (was Re: Proposal ...)
Date
Msg-id 4226.1033052125@sss.pgh.pa.us
Whole thread Raw
In response to Re: AIX compilation problems (was Re: Proposal ...)  ("Zeugswetter Andreas SB SD" <ZeugswetterA@spardat.at>)
List pgsql-hackers
"Zeugswetter Andreas SB SD" <ZeugswetterA@spardat.at> writes:
> Further research prooved, that the AIX linker eliminates functions on a per
> c file basis if none of them is referenced elsewhere (declared extern or not).
> Thus it eliminates the whole conv.c file from the postgres executable since 
> those functions are only used by the conversion shared objects.

Yipes.  Surely there is a linker switch to suppress that behavior?
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Shridhar Daithankar"
Date:
Subject: Re: [GENERAL] Performance while loading data and indexing
Next
From: "Shridhar Daithankar"
Date:
Subject: Re: [GENERAL] Performance while loading data and indexing