Re: [PATCH] Remove useless USE_PGXS support in contrib - Mailing list pgsql-hackers

From David E. Wheeler
Subject Re: [PATCH] Remove useless USE_PGXS support in contrib
Date
Msg-id 84D5A020-3EC2-4BEB-BE1F-0FF0FB21796F@justatheory.com
Whole thread Raw
In response to Re: [PATCH] Remove useless USE_PGXS support in contrib  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: [PATCH] Remove useless USE_PGXS support in contrib  (Andrew Dunstan <andrew@dunslane.net>)
List 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 by date:

Previous
From: Joe Conway
Date:
Subject: Re: [PATCH] Remove useless USE_PGXS support in contrib
Next
From: Simon Riggs
Date:
Subject: Re: [RFC] Minmax indexes