pgsql: Copy the libpq DLL to the bin directory on Mingw and Cygwin.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Copy the libpq DLL to the bin directory on Mingw and Cygwin.
Date: 2014-02-01 20:17:37
Message-ID: E1W9h0T-0001tg-HB@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Copy the libpq DLL to the bin directory on Mingw and Cygwin.

This has long been done by the MSVC build system, and has caused
confusion in the past when programs like psql have failed to start
because they can't find the DLL. If it's in the same directory as it now
will be they will find it.

Backpatch to all live branches.

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/dfb4a1a21cb71f22ca49c4870cc7cfdc2d55f17b

Modified Files
--------------
src/interfaces/libpq/Makefile | 9 +++++++++
1 file changed, 9 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2014-02-01 20:17:47 pgsql: Copy the libpq DLL to the bin directory on Mingw and Cygwin.
Previous Message Andrew Dunstan 2014-02-01 20:17:29 pgsql: Copy the libpq DLL to the bin directory on Mingw and Cygwin.