pgsql: Allow win32/cygwin link against the first matching library symbol - Mailing list pgsql-committers

From momjian@svr1.postgresql.org (Bruce Momjian)
Subject pgsql: Allow win32/cygwin link against the first matching library symbol
Date
Msg-id 20041108052330.491043A3ECB@svr1.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Kris Jurka pointed out that the qualified_name production wasn't
Next
From: dfetter@pgfoundry.org (User Dfetter)
Date:
Subject: dbi-link - dbi-link: Updated README.txt for progress notes.