Install libpq DLL with $(INSTALL_SHLIB).
authorNoah Misch
Tue, 19 Aug 2014 03:00:38 +0000 (23:00 -0400)
committerNoah Misch
Tue, 19 Aug 2014 03:01:04 +0000 (23:01 -0400)
commit318fe2321ed0207c8771dc0e24dfa84560dc6b51
tree49af3afcaf16ef266c246c39c75bd240eb1656f0
parent2730d7254c5f30c14509859e4353f3f7120151d9
Install libpq DLL with $(INSTALL_SHLIB).

Programs need execute permission on a DLL file to load it.  MSYS
"install" ignores the mode argument, and our Cygwin build statically
links libpq into programs.  That explains the lack of buildfarm trouble.
Back-patch to 9.0 (all supported versions).
src/interfaces/libpq/Makefile