]> 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:40 +0000 (15:16 -0500)
committerAndrew Dunstan <andrew@dunslane.net>
Sat, 1 Feb 2014 20:16:40 +0000 (15:16 -0500)
commit59d64e7f30106e467ac1efa29f15d805da630ac9
treee105d9a88aca701cd7c47f282a280f43e79a7fba
parent798243a8126b137791ee87cfc78839cf1732c50d
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