pgsql: Remove Windows module-list-dumping code.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove Windows module-list-dumping code.
Date: 2018-04-30 17:20:26
Message-ID: E1fDCTS-0005sQ-Bf@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2018-04-30 17:24:15 pgsql: Prevent infinity and NaN in jsonb/plperl transform
Previous Message Andrew Dunstan 2018-04-30 16:44:04 pgsql: clean up pg_upgrade tmp_check under MSVC