Further patch for VS2005

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: <pgsql-patches(at)postgresql(dot)org>
Subject: Further patch for VS2005
Date: 2006-06-26 16:31:05
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCEA0FA9E@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
vc.patch application/octet-stream 1.7 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2006-06-26 16:40:53 Re: Overhead for stats_command_string et al, take 2
Previous Message Magnus Hagander 2006-06-26 16:23:44 Re: MS-VC build patch