Install libpq DLL with $(INSTALL_SHLIB).

Noah Misch <noah@leadboat.com>

Commit: 8605bc75219fd9a46fbb38909f83bcdae56b6e01
Author: Noah Misch <noah@leadboat.com>
Date: 2014-08-19T03:00:38Z
Releases: 9.5.0
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).

Files

PathChange+/−
src/interfaces/libpq/Makefile modified +1 −1