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

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

From
Andrew Dunstan
Date:
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_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/1e9876c3b69491906cfcd542ebc8c79e91df6904

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