Re: Cleaning up multiply-defined-symbol warnings on OS X - Mailing list pgsql-patches

From Peter Eisentraut
Subject Re: Cleaning up multiply-defined-symbol warnings on OS X
Date
Msg-id 200605091019.57164.peter_e@gmx.net
Whole thread Raw
In response to Re: Cleaning up multiply-defined-symbol warnings on OS X  (Martijn van Oosterhout <kleptog@svana.org>)
Responses Re: Cleaning up multiply-defined-symbol warnings on OS X  (Martijn van Oosterhout <kleptog@svana.org>)
List pgsql-patches
Am Samstag, 29. April 2006 21:27 schrieb Martijn van Oosterhout:
> What it does is remove the restriction that any one program can only
> use (directly or indirectly) one version of libpq at any moment.
> Programs can use indirectly postgres via PAM or NSS or other such
> pluggable interfaces. Currently PAM and NSS must be using the same
> version of libpq as any program that might call them or everything
> blows up.

Symbol versioning only helps if a function's signature has changed, doesn't
it?  Have we ever done that?

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

pgsql-patches by date:

Previous
From: "Dave Page"
Date:
Subject: Re: [pgadmin-hackers] Adminpack contrib module
Next
From: Peter Eisentraut
Date:
Subject: Re: Have configure complain about unknown options