Re: pgsql: Fix compiler warning for ppoll() on Cygwin - Mailing list pgsql-committers

From Andrew Dunstan
Subject Re: pgsql: Fix compiler warning for ppoll() on Cygwin
Date
Msg-id CAA8=A7_3HdRzHHDEpW7VjHKgyVD7nR2ZyP-mbgBJT50NAYYRUQ@mail.gmail.com
Whole thread Raw
In response to Re: pgsql: Fix compiler warning for ppoll() on Cygwin  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
On Fri, Dec 27, 2019 at 10:24 AM Tom Lane <tgl@sss.pgh.pa.us> wrote:
>
> 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.
>


Right, fix along these lines committed, will be in the next release.

cheers

andrew


-- 
Andrew Dunstan                https://www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Fix compiler warning for ppoll() on Cygwin
Next
From: Michael Paquier
Date:
Subject: pgsql: Forbid DROP SCHEMA on temporary namespaces