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-0002vi-7u@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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8605bc75219fd9a46fbb38909f83bcdae56b6e01

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


pgsql-committers by date:

Previous
From: Noah Misch
Date:
Subject: pgsql: Install libpq DLL with $(INSTALL_SHLIB).
Next
From: Noah Misch
Date:
Subject: pgsql: Make pg_service.conf sample LDIF more portable.