Re: improving speed of make check-world

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: improving speed of make check-world
Дата
Msg-id 34996.1430280762@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: improving speed of make check-world  (Michael Paquier <michael.paquier@gmail.com>)
Список pgsql-hackers
Michael Paquier <michael.paquier@gmail.com> writes:
> On Tue, Apr 28, 2015 at 1:46 AM, Jeff Janes <jeff.janes@gmail.com> wrote:
>> This change fixed the problem for me.
>> It also made this age-old compiler warning go away:
>> 
>> In file included from gram.y:14515:
>> scan.c: In function 'yy_try_NUL_trans':
>> scan.c:10307: warning: unused variable 'yyg'
>> 
>> 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.

Hm.  I don't really like the idea that "make all" behaves differently
if invoked by "make check" than if invoked directly.  Hiding warnings
from you is not very good, and hiding errors would be even more annoying.
        regards, tom lane



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: FIX : teach expression walker about RestrictInfo
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Add transforms feature