File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- /* $PostgreSQL: pgsql/src/include/port/win32.h,v 1.58 2006/08/10 01:41:29 momjian Exp $ */
1
+ /* $PostgreSQL: pgsql/src/include/port/win32.h,v 1.59 2006/09/16 13:35:49 tgl Exp $ */
2
2
3
3
/* undefine and redefine after #include */
4
4
#undef mkdir
@@ -269,7 +269,7 @@ typedef unsigned short mode_t;
269
269
#define __inline__ __inline
270
270
271
271
#undef errcode
272
- #define errcode __vc_errcode
272
+ #define errcode __msvc_errcode
273
273
274
274
#define _S_IRWXU (_S_IREAD | _S_IWRITE | _S_IEXEC)
275
275
#define _S_IXUSR _S_IEXEC
Original file line number Diff line number Diff line change 1
1
/**********************************************************************
2
2
* plpython.c - python as a procedural language for PostgreSQL
3
3
*
4
- * $PostgreSQL: pgsql/src/pl/plpython/plpython.c,v 1.87 2006/09/02 12:30:01 momjian Exp $
4
+ * $PostgreSQL: pgsql/src/pl/plpython/plpython.c,v 1.88 2006/09/16 13:35:49 tgl Exp $
5
5
*
6
6
*********************************************************************
7
7
*/
11
11
* _DEBUG is defined */
12
12
#undef _DEBUG
13
13
/* Also hide away errcode, since we load Python.h before postgres.h */
14
- #define errcode __vc_errcode
14
+ #define errcode __msvc_errcode
15
15
#include <Python.h>
16
16
#undef errcode
17
17
#define _DEBUG
You can’t perform that action at this time.
0 commit comments