]> 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:52 +0000 (15:16 -0500)
committerAndrew Dunstan <andrew@dunslane.net>
Sat, 1 Feb 2014 20:16:52 +0000 (15:16 -0500)
commitae3c98b9b10659e9d9c1dfb375624b0e6a299b30
tree68339f8c2829ce0a7b07458c3c321b225c44d167
parent458b20f2da8482bbe8a53604365f38b7e8a606e9
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