Re: conflicting gettimeofday with MinGW

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: conflicting gettimeofday with MinGW
Дата
Msg-id 461FDE75.7010603@hagander.net
обсуждение исходный текст
Ответ на Re: conflicting gettimeofday with MinGW  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
Andrew Dunstan wrote:
>>> 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).     
>>
>> I think that soudns reasonable. Something for the mingw FAQ. Care to
>> provide bruce with a patch?
>>
>>   
> 
> No, that means that we can't build with currently released Mingw, AIUI.
> I think the solution is probably to rename our replacement gettimeofday
> and add a #define to translate the calls. That's pretty much what we've
> done in other cases, and has seemed to be a more robust strategy than
> supplying replacements for standard library routines with routines of
> the same name.

But if I read you right, they're removing it in the next version? That
would indicate that they included it by mistake?

(But sure, in general that's not a bad idea)

//Magnus


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [PATCHES] Full page writes improvement, code update
Следующее
От: "Simon Riggs"
Дата:
Сообщение: Re: [PATCHES] [Fwd: Index Advisor]