mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
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/25495.1524517820@sss.pgh.pa.us
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user