pgsql: Copy the libpq DLL to the bin directory on Mingw and Cygwin. - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Copy the libpq DLL to the bin directory on Mingw and Cygwin.
Date
Msg-id E1W9h0L-0001tH-2M@gemulon.postgresql.org
Whole thread Raw
List 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_0_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/59d64e7f30106e467ac1efa29f15d805da630ac9

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


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Copy the libpq DLL to the bin directory on Mingw and Cygwin.
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Copy the libpq DLL to the bin directory on Mingw and Cygwin.