]> granicus.if.org Git - postgresql/commit
Remove Windows module-list-dumping code.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 30 Apr 2018 17:20:13 +0000 (13:20 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 30 Apr 2018 17:20:13 +0000 (13:20 -0400)
commitf7df8043f08a9d00811fb4aa054ed3221f5f9b5e
tree3ea28e9f0aa465f80d1dd8ae204b27e1f51dcf0f
parentbb779006f4e1881de2c80409225e57e3a3e17d40
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
src/backend/Makefile
src/backend/port/win32_shmem.c
src/makefiles/Makefile.win32
src/tools/msvc/Mkvcbuild.pm