Updated VC++ patch

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Updated VC++ patch
Дата
Msg-id 6BCB9D8A16AC4241919521715F4D8BCEA0F940@algol.sollentuna.se
обсуждение исходный текст
Ответы Re: Updated VC++ patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
Here's an updated version of the VC++ patch. Changes since last time:


* Moved _dosmaperr() to port (from backend/port), and use it in
dirent.c, per Qingqing. (so backend/port/win32/error.c should be deleted
now). Please double-check the configure.in change, because my autoconf
just won't cooperate on win32 :-(
This also adds a couple of #ifdef FRONTEND for the ereport calls.

* Change definition of NAN, per Tom.

* Change src/port/thread.c so it doesn't pull in pthread.h when building
the backend, since it doesn't use any thread-specific functions there
anyway.


Tom has already committed a fix for the other float8 problem.

//Magnus

Вложения

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Enhanced containment selectivity function
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Enhanced containment selectivity function