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

Andrew Dunstan <andrew@dunslane.net>

Commit: 6e96d4db8ad13c8661ec032532c4c36ace81df95
Author: Andrew Dunstan <andrew@dunslane.net>
Date: 2014-02-01T20:16:18Z
Releases: 9.2.7
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.

Files

PathChange+/−
src/interfaces/libpq/Makefile modified +9 −0