diff options
| author | Tom Lane | 2018-04-30 17:20:13 +0000 |
|---|---|---|
| committer | Tom Lane | 2018-04-30 17:20:13 +0000 |
| commit | f7df8043f08a9d00811fb4aa054ed3221f5f9b5e (patch) | |
| tree | 3ea28e9f0aa465f80d1dd8ae204b27e1f51dcf0f /src/makefiles | |
| parent | bb779006f4e1881de2c80409225e57e3a3e17d40 (diff) | |
Remove Windows module-list-dumping code.
This code is evidently allocating memory and thus confusing matters
even more. Let's see whether we can learn anything with
just VirtualQuery.
Discussion: https://postgr.es/m/[email protected]
Diffstat (limited to 'src/makefiles')
| -rw-r--r-- | src/makefiles/Makefile.win32 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/makefiles/Makefile.win32 b/src/makefiles/Makefile.win32 index 678371d5f2a..7abbd01971a 100644 --- a/src/makefiles/Makefile.win32 +++ b/src/makefiles/Makefile.win32 @@ -1,7 +1,5 @@ # src/makefiles/Makefile.win32 -override CPPFLAGS+= -DPSAPI_VERSION=1 - ifdef PGXS BE_DLLLIBS= -L$(libdir) -lpostgres override CPPFLAGS+= -I$(includedir_server)/port/win32 |
