Re: Bumping libpq version number? - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: Bumping libpq version number?
Date
Msg-id 200503131922.j2DJMVh11884@candle.pha.pa.us
Whole thread Raw
In response to Re: Bumping libpq version number?  (Andrew - Supernews <andrew+nonews@supernews.com>)
List pgsql-hackers
Andrew - Supernews wrote:
> On 2005-03-11, Bruce Momjian <pgman@candle.pha.pa.us> wrote:
> > Kurt Roeckx wrote:
> >> I assume libpq is staticly linked to pgport and is exporting
> >> symbols it shouldn't.  Can we prevent it from exporting those
> >> symbols?
> >
> > I can think of no way to prevent it, except on Win32 that has an exports
> > file.
> 
> At least a significant minority, if not an actual majority, of Unix
> platforms do allow this; including (to my knowledge) Solaris, AIX and
> everything using ELF with GNU ld (therefore including Linux and FreeBSD).

OK, how is this done with ELF?

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: TODO item: support triggers on columns
Next
From: Robert Creager
Date:
Subject: Re: date_trunc problem in HEAD