Обсуждение: pgsql: Arrange to strip libpq.so of symbols that aren't officially

Поиск
Список
Период
Сортировка

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

От
tgl@postgresql.org (Tom Lane)
Дата:
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)