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

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Force PG client applications to link to non-shared libpgport
Date: 2005-03-24 19:33:40
Message-ID: 20050324193340.936AC53457@svr1.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-03-24 21:50:39 pgsql: array_map can't use the fn_extra field of the provided fcinfo
Previous Message Bruce Momjian 2005-03-24 19:33:32 pgsql: Force PG client applications to link to non-shared libpgport