pgsql: Remove Windows module-list-dumping code. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Remove Windows module-list-dumping code.
Date
Msg-id E1fDCTS-0005sQ-Bf@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

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


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: clean up pg_upgrade tmp_check under MSVC
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Prevent infinity and NaN in jsonb/plperl transform