Re: conflicting gettimeofday with MinGW

Zeugswetter Andreas DCP SD <zeugswettera@spardat.at>

From: "Zeugswetter Andreas ADI SD" <ZeugswetterA@spardat.at>
To: "Andrew Dunstan" <andrew@dunslane.net>
Cc: "PostgreSQL-development" <pgsql-hackers@postgresql.org>
Date: 2007-04-11T16:17:19Z
Lists: pgsql-hackers
> > That page is ages out of date. The intended sync is 
> apparently broken.
> > The current download area is on sourceforge
> > http://sf.net/project/showfiles.php?group_id=2435
> >
> >   
> 
> *sigh*
> 
> And what is in 3.12, which is apparently the current version?

Sorry that was implied. sys/time.h did not change between 3.10 and 3.12.
There is no #define to remove the declaration.

In cvs the file is marked as dead and gives a reference to cygwin's
w32api.
Maybe the answer is to simply note that the mingw-runtime binary from
sourceforge above 3.9 has a broken sys/time.h (it is not the file from
cygwin but the dead one from cvs). 

Andreas