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

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Arrange to strip libpq.so of symbols that aren't officially
Дата
Msg-id 20060428025320.E898111F629F@postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Add info on pgport linking requirements.
Следующее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Update list of platforms that have a list of exported symbols.