]> granicus.if.org Git - postgresql/commit
Copy the libpq DLL to the bin directory on Mingw and Cygwin.
authorAndrew Dunstan <andrew@dunslane.net>
Sat, 1 Feb 2014 20:16:06 +0000 (15:16 -0500)
committerAndrew Dunstan <andrew@dunslane.net>
Sat, 1 Feb 2014 20:16:06 +0000 (15:16 -0500)
commit1e9876c3b69491906cfcd542ebc8c79e91df6904
tree616932f6c5a4530d5fb94289fb4142b434cca903
parent5d807a74bf66ba9fb4f55e49e7c601b0b9804123
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