Tiny plpython fix

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: <pgsql-patches(at)postgresql(dot)org>
Subject: Tiny plpython fix
Date: 2006-09-15 20:57:33
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCEA0FB9B@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Seems __vc_errcode was used during Visual C++ beta at some point, and is
now declared deprecated in the system headers. This patch renames our
use of it to __msvc_errcode, so we don't conflict anymore.

//Magnus

Attachment Content-Type Size
plpython_vcerr.patch application/octet-stream 816 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2006-09-15 20:57:34 Update to msvc build sys
Previous Message Magnus Hagander 2006-09-15 20:57:32 Include file in regress.c

Browse pgsql-patches by date

  From Date Subject
Next Message Magnus Hagander 2006-09-15 20:57:34 Update to msvc build sys
Previous Message Magnus Hagander 2006-09-15 20:57:32 Include file in regress.c