pgsql: Install libpq DLL with $(INSTALL_SHLIB).

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Install libpq DLL with $(INSTALL_SHLIB).
Date: 2014-08-19 03:10:10
Message-ID: E1XJZoI-0002w3-9N@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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_0_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/e6841c4d653e0ba5ec916ab5b2520ac5f8935e9e

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

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2014-08-19 08:44:41 pgsql: Fix bug in checking of IDENTIFY_SYSTEM result.
Previous Message Tom Lane 2014-08-18 23:19:42 Re: pgsql: Adjust Release Notes to reflect holding off wrapped expanded mod