Re: pgsql: Fix compiler warning for ppoll() on Cygwin

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Fix compiler warning for ppoll() on Cygwin
Дата
Msg-id 9697.1577404478@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pgsql: Fix compiler warning for ppoll() on Cygwin  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: pgsql: Fix compiler warning for ppoll() on Cygwin
Список pgsql-committers
Andrew Dunstan <andrew@dunslane.net> writes:
> On Thu, Dec 26, 2019 at 4:12 PM Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> Next question is why the buildfarm client got that wrong.  Seems like
>> its accache logic needs to notice changes in src/template/* as well as
>> the configure script proper.

> The problem with that is that a change in one template will cause the cache
> to be invalidated for every buildfarm member. Maybe that doesn't matter too
> much - after all we used not to keep the cache at all.

I don't think we change those templates often enough for that to be
much of a concern.  Trying to make the buildfarm script smart enough
to check only the relevant template seems like more trouble than it'd
be worth.

            regards, tom lane



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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: pgsql: Rename files and headers related to index AM
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: pgsql: Fix compiler warning for ppoll() on Cygwin