pgsql: Arrange to strip libpq.so of symbols that aren't officially - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Arrange to strip libpq.so of symbols that aren't officially
Date
Msg-id 20060428025320.E898111F629F@postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add info on pgport linking requirements.
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Update list of platforms that have a list of exported symbols.