pgsql: Install libpq DLL with $(INSTALL_SHLIB). - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Install libpq DLL with $(INSTALL_SHLIB).
Date
Msg-id E1XJZoI-0002vr-8W@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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).

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/151ce45825b317a9e06c40ddb48917bde9dc94fa

Modified Files
--------------
src/interfaces/libpq/Makefile |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Adjust Release Notes to reflect holding off wrapped expanded mod
Next
From: Noah Misch
Date:
Subject: pgsql: Install libpq DLL with $(INSTALL_SHLIB).