Re: no test programs in contrib - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: no test programs in contrib
Date
Msg-id CAB7nPqQf1=cf8ctSsu9Cs6GZ17GdFsPCWvZqSVpshMr+uBeZ_Q@mail.gmail.com
Whole thread Raw
In response to Re: no test programs in contrib  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Responses Re: no test programs in contrib  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List pgsql-hackers


On Sat, Nov 29, 2014 at 5:54 AM, Alvaro Herrera <alvherre@2ndquadrant.com> wrote:
I also attach some changes for the MSVC build stuff.  I tested it and it
builds fine AFAICT, but it doesn't install because Install.pm wants to
install contrib modules from contrib/ (which seems reasonable) but my
hack adds the src/test/modules/ as contrib modules also, so Install.pm
goes bonkers.  I'm not even sure *what* we're supposed to build -- there
is no distinction in these programs as there is in the makefiles about
what to install.  So if some Windows developer can look into this, I'd
appreciate it.
 
It would be good to be consistent on Windows with what is now done on other platforms: those modules should not be installed by default, but it would be good to make install.pm a bit smarter with for example an option "full", aka install server + client + test modules. Building them is worth it in any case as they can be used with modulescheck.
My 2c.
--
Michael

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: hash_create API changes (was Re: speedup tidbitmap patch: hash BlockNumber)
Next
From: Kouhei Kaigai
Date:
Subject: Re: Combining Aggregates