]> granicus.if.org Git - postgresql/commit
Fix Win32/Cygwin problems:
authorBruce Momjian <bruce@momjian.us>
Sun, 25 Jun 2006 00:18:24 +0000 (00:18 +0000)
committerBruce Momjian <bruce@momjian.us>
Sun, 25 Jun 2006 00:18:24 +0000 (00:18 +0000)
commitd8f75d4131589f45e77189e93190a5d5f04814a7
treedeb65c5014aefd1f040a800c56decf327bf36b4e
parentac7a126d0c261d4013f1c8ff55d0895353587dea
Fix Win32/Cygwin problems:

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.

Magnus Hagander
src/include/pg_config.h.win32
src/include/port.h
src/pl/plpython/plpython.c
src/port/open.c