pgsql: Set shlib naming convention on Cygwin to 'cygFOO.dll', which - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Set shlib naming convention on Cygwin to 'cygFOO.dll', which
Date
Msg-id 20050807190208.F14E552BC2@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Set shlib naming convention on Cygwin to 'cygFOO.dll', which appears
to be the platform standard.  This should fix recursive-rule breakage
due to recent Makefile changes.  Per discussion.

Modified Files:
--------------
    pgsql/src:
        Makefile.shlib (r1.95 -> r1.96)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/Makefile.shlib.diff?r1=1.95&r2=1.96)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix count_usable_fds() to stop trying to open files once it
Next
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - pq: Remove Argument, improve performance, use __slots__.