diff options
| author | Bruce Momjian | 2016-01-20 04:30:29 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2016-01-20 04:30:29 +0000 |
| commit | 8b3d5280125f25c9eee5531fe5ff059f5e922da5 (patch) | |
| tree | 7de871abcae5e9ff17e6c2edb939433607b3c6a0 /src/backend | |
| parent | fc5d5e9de7b9f972633569fd6932b0582630671f (diff) | |
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
Diffstat (limited to 'src/backend')
| -rw-r--r-- | src/backend/utils/fmgr/dfmgr.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/backend/utils/fmgr/dfmgr.c b/src/backend/utils/fmgr/dfmgr.c index 042af7877bf..11e07a23e2d 100644 --- a/src/backend/utils/fmgr/dfmgr.c +++ b/src/backend/utils/fmgr/dfmgr.c @@ -16,11 +16,7 @@ #include <sys/stat.h> -#ifndef WIN32_ONLY_COMPILER #include "dynloader.h" -#else -#include "port/dynloader/win32.h" -#endif #include "lib/stringinfo.h" #include "miscadmin.h" #include "utils/dynamic_loader.h" |
