Re: no test programs in contrib

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: no test programs in contrib
Дата
Msg-id CAB7nPqQf1=cf8ctSsu9Cs6GZ17GdFsPCWvZqSVpshMr+uBeZ_Q@mail.gmail.com
обсуждение исходный текст
Ответ на Re: no test programs in contrib  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Ответы Re: no test programs in contrib  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: hash_create API changes (was Re: speedup tidbitmap patch: hash BlockNumber)
Следующее
От: Kouhei Kaigai
Дата:
Сообщение: Re: Combining Aggregates