pgsql: Properly install dynloader.h on MSVC builds - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: Properly install dynloader.h on MSVC builds
Date
Msg-id E1aLkPl-0004pD-9u@gemulon.postgresql.org
Whole thread Raw
List 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
------
REL9_1_STABLE

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

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix assorted inconsistencies in GIN opclass support function dec
Next
From: Bruce Momjian
Date:
Subject: pgsql: Properly install dynloader.h on MSVC builds