Re: APR 1.0 released

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: APR 1.0 released
Дата
Msg-id 4141C034.5020607@dunslane.net
обсуждение исходный текст
Ответ на Re: APR 1.0 released  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: APR 1.0 released  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers

Tom Lane wrote:

>Andrew Dunstan <andrew@dunslane.net> writes:
>  
>
>>Bottom line - this is something of a mess. If we can make sure Cygwin 
>>isn't broken, we can probably live with what have for now. Personally, I 
>>would have configure work out something cleaner, like, say, defining 
>>WINDOWS_ALL for both Windows native and Cygwin. Then we could use that 
>>for cases meant to cover both, and __CYGWIN__  and  __MINGW32__  for the 
>>specific cases, without worrying what the compiler and/or the system 
>>header files might have defined for us.
>>    
>>
>
>I agree that this is a good idea, partly because I do not care for the
>assumption that MINGW is the only compilation environment we'll ever
>support for the Windows-native port.
>
>I'm not in a position to work out or test the required changes, but I'll
>be happy to apply a patch if you do the legwork ...
>
>
>  
>

Too big a task for my current time budget :-( - currently my work does 
not involve any PostgreSQL component, and I am flat out delivering what 
I am paid for.

Unless someone else steps up to the plate it will have to go on the TODO 
list.

cheers

andrew


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Failed assertion, CVS head
Следующее
От: "Merlin Moncure"
Дата:
Сообщение: Re: row wise comparison broken