Re: [COMMITTERS] pgsql: Copy the libpq DLL to the bin directory on Mingw and Cygwin.

2014-02-01 Thread Andrew Dunstan
On 02/01/2014 07:14 PM, Tom Lane wrote: Andrew Dunstan writes: Copy the libpq DLL to the bin directory on Mingw and Cygwin. AFAICT, this patch set is completely broken. The buildfarm shows that every build attempt on the 8.4 branch has failed since it went in. This is because MKDIR_P isn't

Re: [COMMITTERS] pgsql: Copy the libpq DLL to the bin directory on Mingw and Cygwin.

2014-02-01 Thread Tom Lane
Andrew Dunstan writes: > Copy the libpq DLL to the bin directory on Mingw and Cygwin. AFAICT, this patch set is completely broken. The buildfarm shows that every build attempt on the 8.4 branch has failed since it went in. This is because MKDIR_P isn't defined in that branch; you need to use $(

[COMMITTERS] pgsql: Copy the libpq DLL to the bin directory on Mingw and Cygwin.

2014-02-01 Thread Andrew Dunstan
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. Back

[COMMITTERS] pgsql: Copy the libpq DLL to the bin directory on Mingw and Cygwin.

2014-02-01 Thread Andrew Dunstan
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. Back

[COMMITTERS] pgsql: Copy the libpq DLL to the bin directory on Mingw and Cygwin.

2014-02-01 Thread Andrew Dunstan
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. Back

[COMMITTERS] pgsql: Copy the libpq DLL to the bin directory on Mingw and Cygwin.

2014-02-01 Thread Andrew Dunstan
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. Back

[COMMITTERS] pgsql: Copy the libpq DLL to the bin directory on Mingw and Cygwin.

2014-02-01 Thread Andrew Dunstan
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. Back

[COMMITTERS] pgsql: Copy the libpq DLL to the bin directory on Mingw and Cygwin.

2014-02-01 Thread Andrew Dunstan
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. Back