pgsql: Remove Windows module-list-dumping code.

Started by Tom Laneabout 8 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

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: /messages/by-id/25495.1524517820@sss.pgh.pa.us

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(-)