Re: Win32 VC++ build update patch

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Magnus Hagander <mha(at)sollentuna(dot)net>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Win32 VC++ build update patch
Date: 2006-06-25 00:18:33
Message-ID: 200606250018.k5P0IXM02561@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly

--
Bruce Momjian bruce(at)momjian(dot)us
EnterpriseDB http://www.enterprisedb.com

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

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2006-06-25 02:32:26 Re: MS-VC build patch
Previous Message Magnus Hagander 2006-06-24 17:00:50 Win32 VC++ build update patch