pgsql: Attached patch is required ot build with the CRT that comes with

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Attached patch is required ot build with the CRT that comes with
Date: 2006-07-06 01:55:52
Message-ID: 20060706015552.0B8419FA605@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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 Hagander

Modified Files:
--------------
pgsql/src/include:
c.h (r1.205 -> r1.206)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/c.h.diff?r1=1.205&r2=1.206)
pgsql/src/pl/plpython:
plpython.c (r1.83 -> r1.84)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/plpython.c.diff?r1=1.83&r2=1.84)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-07-06 01:57:26 pgsql: Backpatch dbmirror fix for escape handling.
Previous Message Bruce Momjian 2006-07-06 01:46:38 pgsql: Please find attached two patches for documentation and regression