MSVC installs too much stuff? - Mailing list pgsql-hackers

From Andrew Dunstan
Subject MSVC installs too much stuff?
Date
Msg-id CAA8=A78YYiLjcJnd1+cFACCbz3Ev5skbLqAX9o8V3KcOYFaZew@mail.gmail.com
Whole thread Raw
Responses Re: MSVC installs too much stuff?
List pgsql-hackers
When I was working on the test_json stuff yesterday, I noticed that
there are some unexpected (by me at least) things installed when we do
an MSVC build:

$ ls -l bin| egrep 'regress|isolation'
-rwxr-xr-x 1 pgrunner None   72192 Jan 30 07:51 isolationtester.exe
-rwxr-xr-x 1 pgrunner None  112640 Jan 30 07:51 pg_isolation_regress.exe
-rwxr-xr-x 1 pgrunner None  112128 Jan 30 07:51 pg_regress.exe
-rwxr-xr-x 1 pgrunner None  112640 Jan 30 07:51 pg_regress_ecpg.exe

This is made all the more obscure by the fact that the install script
doesn't tell you exactly what it's installing, unlike the "make"
driven install.  There could well be other things that are installed
that shouldn't be.

So I think we need to do several things:

. make the install script more verbose
. work out how to ensure the things above (and test_json when we add
it) are not installed.
. check that nothing else is installed that shouldn't be.

cheers

andrew

-- 
Andrew Dunstan                https://www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-hackers by date:

Previous
From: Thomas Munro
Date:
Subject: Re: Parallel CREATE INDEX vs DSM starvation
Next
From: Amit Kapila
Date:
Subject: Re: PATCH: logical_work_mem and logical streaming of largein-progress transactions