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] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/f7df8043f08a9d00811fb4aa054ed3221f5f9b5e Modified Files -------------- src/backend/Makefile | 2 +- src/backend/port/win32_shmem.c | 48 ++++++++---------------------------------- src/makefiles/Makefile.win32 | 2 -- src/tools/msvc/Mkvcbuild.pm | 2 -- 4 files changed, 10 insertions(+), 44 deletions(-)
