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(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
