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

From Peter Eisentraut
Subject Re: improving speed of make check-world
Date
Msg-id 553FE7FC.2040707@gmx.net
Whole thread Raw
In response to Re: improving speed of make check-world  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-hackers
On 4/28/15 9:09 AM, Michael Paquier wrote:
>> I guess by redirecting it into the log file you indicated, but is that a
>> > good idea to redirect stderr?
> I am sure that Peter did that on purpose, both approaches having
> advantages and disadvantages. Personally I don't mind looking at the
> install log file in tmp_install to see the state of the installation,
> but it is true that this change is a bit disturbing regarding the fact
> that everything was directly outputted to stderr and stdout for many
> years.

Not really.  Before, pg_regress put the output of its internal make
install run into a log file.  Now make is just replicating that
behavior.  I would agree that that seems kind of obsolete now, because
it's really just another sub-make.  So if no one disagrees, I'd just
remove the log file redirection in temp-install.




pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: cache invalidation for PL/pgsql functions
Next
From: Andrew Dunstan
Date:
Subject: Re: [COMMITTERS] pgsql: Add transforms feature