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

Tom Lane <[email protected]> Thu, 26 Dec 2019 00:41:59 -0500
Newsgroups gmane.comp.db.postgresql.devel.cvs
Message-ID <[email protected]>
Peter Eisentraut <[email protected]> writes:
> I think the config.cache of lorikeet needs to be cleaned, because the 
> return type of strerror_r() has changed as a result of this commit, but 
> the build farm logs still show the old test result being used from the 
> cache.

lorikeet's latest build run appears to have been done without config
cache, and it succeeded, so your guess was correct.

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.

			regards, tom lane