Further patch for VS2005 - Mailing list pgsql-patches

From Magnus Hagander
Subject Further patch for VS2005
Date
Msg-id 6BCB9D8A16AC4241919521715F4D8BCEA0FA9E@algol.sollentuna.se
Whole thread Raw
Responses Re: Further patch for VS2005  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Further patch for VS2005  (Bruce Momjian <bruce@momjian.us>)
List pgsql-patches
Hi!

Attached patch is required ot build with the CRT that comes with Visual
Studio 2005. Basically MS defined errcode in the headers with a typedef,
so we have to #define it out of the way.

While at it, fix a function declaration in plpython that didn't match
the implementation (volatile missing).

//Magnus


Attachment

pgsql-patches by date:

Previous
From: "Magnus Hagander"
Date:
Subject: Re: MS-VC build patch
Next
From: Tom Lane
Date:
Subject: Re: Further patch for VS2005