pgsql: Properly install dynloader.h on MSVC builds

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Properly install dynloader.h on MSVC builds
Date: 2016-01-20 04:30:37
Message-ID: E1aLkPl-0004p1-93@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Properly install dynloader.h on MSVC builds

This will enable PL/Java to be cleanly compiled, as dynloader.h is a
requirement.

Report by Chapman Flack

Patch by Michael Paquier

Backpatch through 9.1

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/216d5684325dd2f6959f4859648e7aa908ae0757

Modified Files
--------------
src/backend/utils/fmgr/dfmgr.c | 4 ----
src/tools/msvc/Install.pm | 5 +++--
src/tools/msvc/Solution.pm | 8 ++++++++
src/tools/msvc/clean.bat | 1 +
4 files changed, 12 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2016-01-20 17:16:40 pgsql: PostgresNode: Add names to nodes
Previous Message Tom Lane 2016-01-20 03:32:48 pgsql: Fix assorted inconsistencies in GIN opclass support function dec