Re: improving speed of make check-world - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: improving speed of make check-world
Date
Msg-id CAB7nPqSo9BEATh+vx+54jVVgME4LtVw5r60VRzp6oE-79sWxyQ@mail.gmail.com
Whole thread Raw
In response to Re: improving speed of make check-world  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-hackers
On Sat, Apr 11, 2015 at 8:48 PM, Michael Paquier wrote:
> Now, what this patch does is enforcing
> the temporary install for each *check target of vcregress.pl. This has
> the disadvantage of making the benefits of MAKELEVEL=0 seen for build
> methods using the Makefiles go away for MSVC

A trick that we could use here is to store a timestamp when running up
to completion "build" and the temporary installation in vcregress, and
skip the temporary installation if timestamp of vcregress' temporary
installation is newer than the one of "build".
-- 
Michael



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Revisiting Re: BUG #8532: postgres fails to start with timezone-data >=2013e
Next
From: Andrew Dunstan
Date:
Subject: Re: FDW oddity