Remove Windows module-list-dumping code.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: f7df8043f08a9d00811fb4aa054ed3221f5f9b5e
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2018-04-30T17:20:13Z
Releases: 11.0
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

Files

PathChange+/−
src/backend/Makefile modified +1 −1
src/backend/port/win32_shmem.c modified +9 −39
src/makefiles/Makefile.win32 modified +0 −2
src/tools/msvc/Mkvcbuild.pm modified +0 −2

Discussion