Copy the libpq DLL to the bin directory on Mingw and Cygwin.
authorAndrew Dunstan <andrew@dunslane.net>
Sat, 1 Feb 2014 20:11:13 +0000 (15:11 -0500)
committerAndrew Dunstan <andrew@dunslane.net>
Sat, 1 Feb 2014 20:11:13 +0000 (15:11 -0500)
commitd587298b80e14afdbf2a6b0980f4902280af980e
tree158902a2987389fcb6338ffc775d7bf0a09f38e4
parentd0ee93797d9c06e619b3f382705d99ee195bb573
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.
src/interfaces/libpq/Makefile