Re: Installation of regress.so?

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: Installation of regress.so?
Дата
Msg-id 08dcdacc-38c7-cb40-4627-37880b850ae7@dunslane.net
обсуждение исходный текст
Ответ на Re: Installation of regress.so?  (Michael Paquier <michael@paquier.xyz>)
Ответы Re: Installation of regress.so?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On 5/20/21 7:58 PM, Michael Paquier wrote:
> On Thu, May 20, 2021 at 09:30:37AM -0400, Tom Lane wrote:
>> I'd be okay with it being some sort of non-default option.
> Okay.  It would be possible to control that with an environment
> variable.  However I am wondering if it would not be more user-friendly
> for automated environments if we had a configure switch to control
> when things related to the tests are installed or not.  Say a
> --with-test-install?


That seems a bit tortured. Why should you have to make the decision at
configure time? ISTM all you need is an extra make target that will
install it for you, or a make variable that controls it in the existing
install target.


e.g. make INSTALL_REGRESS_LIB=1 install


cheers


andrew


--
Andrew Dunstan
EDB: https://www.enterprisedb.com




В списке pgsql-hackers по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: multi-install PostgresNode fails with older postgres versions
Следующее
От: "osumi.takamichi@fujitsu.com"
Дата:
Сообщение: RE: Forget close an open relation in ReorderBufferProcessTXN()