buildfarm breakage - Mailing list pgsql-hackers

From Andrew Dunstan
Subject buildfarm breakage
Date
Msg-id 4B70B534.5010505@dunslane.net
Whole thread Raw
Responses Re: buildfarm breakage
Re: buildfarm breakage
List pgsql-hackers
It looks like some recent patches have broken a couple of things on the 
buildfarm.

Mingw builds are missing in6addr_any in backend/libpq/auth.c, added by a 
recent RADIUS support fix. Looks like we might need to include win32.h 
in there.

MSVC builds are broken from a missing _isnan function on the ECPG tests. 
Do we need to link in a math lib or something there?

Our Solaris *moth members seem to have stopped building. Have we lost them?

cheers

andrew


pgsql-hackers by date:

Previous
From: Fujii Masao
Date:
Subject: Re: Hot standby documentation
Next
From: Alvaro Herrera
Date:
Subject: Re: Order of operations in lazy_vacuum_rel