File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
#ifndef MISC_UTILS_H
2
2
#define MISC_UTILS_H
3
3
4
+ #ifdef max
5
+ #undef max
6
+ #endif
7
+ #ifdef min
8
+ #undef min
9
+ #endif
10
+
4
11
int backend_pid (void );
5
12
int unlisten (char * relname );
6
13
int max (int x , int y );
Original file line number Diff line number Diff line change 1
- /* $PostgreSQL: pgsql/src/include/port/win32.h,v 1.32 2004/09/09 00:59:44 momjian Exp $ */
1
+ /* $PostgreSQL: pgsql/src/include/port/win32.h,v 1.33 2004/09/14 03:50:17 tgl Exp $ */
2
2
3
3
/* undefine and redefine after #include */
4
4
#undef mkdir
@@ -166,6 +166,7 @@ void _dosmaperr(unsigned long);
166
166
#define SIGPIPE 13
167
167
#define SIGALRM 14
168
168
#define SIGSTOP 17
169
+ #define SIGTSTP 18
169
170
#define SIGCONT 19
170
171
#define SIGCHLD 20
171
172
#define SIGTTIN 21
You can’t perform that action at this time.
0 commit comments