Index: src\pl\plpython/plpython.c =================================================================== RCS file: c:/prog/cvsrepo/pgsql/pgsql/src/pl/plpython/plpython.c,v retrieving revision 1.87 diff -c -r1.87 plpython.c *** src\pl\plpython/plpython.c 2 Sep 2006 12:30:01 -0000 1.87 --- src\pl\plpython/plpython.c 14 Sep 2006 08:07:38 -0000 *************** *** 11,17 **** * _DEBUG is defined */ #undef _DEBUG /* Also hide away errcode, since we load Python.h before postgres.h */ ! #define errcode __vc_errcode #include #undef errcode #define _DEBUG --- 11,17 ---- * _DEBUG is defined */ #undef _DEBUG /* Also hide away errcode, since we load Python.h before postgres.h */ ! #define errcode __msvc_errcode #include #undef errcode #define _DEBUG