Обсуждение: pgsql: Force PG client applications to link to non-shared libpgport

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

pgsql: Force PG client applications to link to non-shared libpgport

От
momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
Log Message:
-----------
Force PG client applications to link to non-shared libpgport before
linking to libpq.  This insulates applications from changes in libpq's
usage of libpgport functions.

Backpatched to 8.0.X.

Tags:
----
REL8_0_STABLE

Modified Files:
--------------
    pgsql/src:
        Makefile.global.in (r1.208.4.1 -> r1.208.4.2)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/Makefile.global.in.diff?r1=1.208.4.1&r2=1.208.4.2)