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