pgsql: Arrange to strip libpq.so of symbols that aren't officially

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Arrange to strip libpq.so of symbols that aren't officially
Date: 2006-04-28 02:53:20
Message-ID: 20060428025320.E898111F629F@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Arrange to strip libpq.so of symbols that aren't officially supposed to
be exported on Linux and Darwin. We already did this on Windows but
that's not enough, as evidenced by the fact that libecpg had an unexpected
dependency on one such symbol. We should try to do it on more platforms.
Fix ecpg's oversight, and bump libpq's major .so version number to reflect
the unwanted but nonetheless real ABI break.

Modified Files:
--------------
pgsql/src:
Makefile.shlib (r1.103 -> r1.104)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/Makefile.shlib.diff?r1=1.103&r2=1.104)
pgsql/src/interfaces/ecpg/ecpglib:
Makefile (r1.38 -> r1.39)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ecpglib/Makefile.diff?r1=1.38&r2=1.39)
pgsql/src/interfaces/libpq:
Makefile (r1.143 -> r1.144)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/Makefile.diff?r1=1.143&r2=1.144)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-04-28 02:59:11 pgsql: Update list of platforms that have a list of exported symbols.
Previous Message Bruce Momjian 2006-04-28 02:52:57 pgsql: Add info on pgport linking requirements.