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. Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/d587298b80e14afdbf2a6b0980f4902280af980e Modified Files -------------- src/interfaces/libpq/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
