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 200605091350.39228.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 Dienstag, 9. Mai 2006 10:41 schrieb Martijn van Oosterhout:
> Depends what you mean by signature. The structures of PGconn and
> PGresult have changed over time, so if you you pass a PGresult
> allocated by libpq4 to a function in libpq3, it'll crash.

Symbol versioning only affects functions (and maybe variables?) but not
structs.  Nothing helps in that case.

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

pgsql-patches by date:

Previous
From: Dhanaraj M
Date:
Subject: Re: current version: Patch - Have psql show current values
Next
From: Peter Eisentraut
Date:
Subject: Re: Have configure complain about unknown options