win32 fixes

Поиск
Список
Период
Сортировка
От Claudio Natoli
Тема win32 fixes
Дата
Msg-id A02DEC4D1073D611BAE8525405FCCE2B55F3F4@harris.memetrics.local
обсуждение исходный текст
Ответы Re: win32 fixes  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: win32 fixes  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
For application to HEAD, following community review.

* Most changes are to fix warnings issued when compiling win32
* removed a few redundant defines
* get_user_name safe under win32
* rationalized pipe read EINTR for win32
* changed all backend instances of sleep() to pg_usleep
    - except for the SLEEP_ON_ASSERT in assert.c, as it would exceed a
32-bit long [Note to patcher: If a SLEEP_ON_ASSERT of 2000 seconds is
acceptable, please replace with pg_usleep(2000000000L)]






---
Certain disclaimers and policies apply to all email sent from Memetrics.
For the full text of these disclaimers and policies see
<a
href="http://www.memetrics.com/emailpolicy.html">http://www.memetrics.com/em
ailpolicy.html</a>



Вложения

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Updated COPY CSV patch
Следующее
От: Claudio Natoli
Дата:
Сообщение: Re: win32 fixes