Win32 VC++ build update patch - Mailing list pgsql-patches

From Magnus Hagander
Subject Win32 VC++ build update patch
Date
Msg-id 6BCB9D8A16AC4241919521715F4D8BCEA0FA89@algol.sollentuna.se
Whole thread Raw
Responses Re: Win32 VC++ build update patch  (Bruce Momjian <bruce@momjian.us>)
List 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

Attachment

pgsql-patches by date:

Previous
From: "Magnus Hagander"
Date:
Subject: Re: MS-VC build patch
Next
From: Bruce Momjian
Date:
Subject: Re: Win32 VC++ build update patch