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

From Bruce Momjian
Subject Re: Win32 VC++ build update patch
Date
Msg-id 200606250018.k5P0IXM02561@momjian.us
Whole thread Raw
In response to Win32 VC++ build update patch  ("Magnus Hagander" <mha@sollentuna.net>)
List pgsql-patches
Patch applied.  Thanks.

---------------------------------------------------------------------------


Magnus Hagander wrote:
> 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

Content-Description: win32vc_2.patch

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: if posting/reading through Usenet, please send an appropriate
>        subscribe-nomail command to majordomo@postgresql.org so that your
>        message can get through to the mailing list cleanly

--
  Bruce Momjian   bruce@momjian.us
  EnterpriseDB    http://www.enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +

pgsql-patches by date:

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