Win32 VC++ build update patch

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Win32 VC++ build update patch
Дата
Msg-id 6BCB9D8A16AC4241919521715F4D8BCEA0FA89@algol.sollentuna.se
обсуждение исходный текст
Ответы Re: Win32 VC++ build update patch  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-patches
After updating to the latest cvs, and also building most of the addons
(like PLs), the following patch is neededf for win32 + Visual C++.

* Switch to use the new win32 semaphore code
* Rename win32_open to pgwin32_open. win32_open collides with symbols
defined in Perl. MingW didn't detect ig, MSVC did. And it's a bit too
generic a name to export globally, imho...
* Python defines some partially broken #pragmas in the headers when
doing a debug build. Workaround.

(GiST problems still remain)

//Magnus

Вложения

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

Предыдущее
От: "Magnus Hagander"
Дата:
Сообщение: Re: MS-VC build patch
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Win32 VC++ build update patch