pgsql: Allow win32/cygwin link against the first matching library symbol

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Allow win32/cygwin link against the first matching library symbol
Date: 2004-11-08 05:23:30
Message-ID: 20041108052330.491043A3ECB@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Allow win32/cygwin link against the first matching library symbol rather
than erroring out. This is the Unix behavior.

Modified Files:
--------------
pgsql/src/bin/pg_dump:
Makefile (r1.57 -> r1.58)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/Makefile.diff?r1=1.57&r2=1.58)
pgsql/src/template:
cygwin (r1.4 -> r1.5)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/template/cygwin.diff?r1=1.4&r2=1.5)
win32 (r1.2 -> r1.3)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/template/win32.diff?r1=1.2&r2=1.3)

Browse pgsql-committers by date

  From Date Subject
Next Message User Dfetter 2004-11-08 05:55:12 dbi-link - dbi-link: Updated README.txt for progress notes.
Previous Message Tom Lane 2004-11-08 04:02:27 pgsql: Kris Jurka pointed out that the qualified_name production wasn't