Re: [PATCH] Remove useless USE_PGXS support in contrib

Поиск
Список
Период
Сортировка
От David E. Wheeler
Тема Re: [PATCH] Remove useless USE_PGXS support in contrib
Дата
Msg-id 84D5A020-3EC2-4BEB-BE1F-0FF0FB21796F@justatheory.com
обсуждение исходный текст
Ответ на Re: [PATCH] Remove useless USE_PGXS support in contrib  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: [PATCH] Remove useless USE_PGXS support in contrib  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
On Jun 15, 2013, at 4:12 AM, Andrew Dunstan <andrew@dunslane.net> wrote:

>   REGRESS_OPTS = --inputdir=test --outputdir=test \
>          --load-extension=$(EXTENSION)
>   ...
>   override pg_regress_clean_files = test/results/
>   test/regression.diffs test/regression.out tmp_check/ log/
>
>
> That keeps the testing stuff out of the way quite nicely.

I don't suppose there could be a way for the makefile to notice the --outputdir option and add those files to the clean
targetitself, could there? Having it hard-coded is slightly annoying. Maybe it could ask pg_regress where to find them? 

Thanks,

David


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

Предыдущее
От: Joe Conway
Дата:
Сообщение: Re: [PATCH] Remove useless USE_PGXS support in contrib
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: [RFC] Minmax indexes