File tree 1 file changed +2
-9
lines changed 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change 7
7
*
8
8
*
9
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/storage/lmgr/proc.c,v 1.22 1997/09/18 20:21:39 momjian Exp $
10
+ * $Header: /cvsroot/pgsql/src/backend/storage/lmgr/proc.c,v 1.23 1997/10/30 17:23:59 momjian Exp $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
46
46
* This is so that we can support more backends. (system-wide semaphore
47
47
* sets run out pretty fast.) -ay 4/95
48
48
*
49
- * $Header: /cvsroot/pgsql/src/backend/storage/lmgr/proc.c,v 1.22 1997/09/18 20:21:39 momjian Exp $
49
+ * $Header: /cvsroot/pgsql/src/backend/storage/lmgr/proc.c,v 1.23 1997/10/30 17:23:59 momjian Exp $
50
50
*/
51
51
#include <sys/time.h>
52
52
#include <unistd.h>
79
79
static void HandleDeadLock (int sig );
80
80
static PROC * ProcWakeup (PROC * proc , int errType );
81
81
82
- /*
83
- * timeout (in seconds) for resolving possible deadlock
84
- */
85
- #ifndef DEADLOCK_TIMEOUT
86
- #define DEADLOCK_TIMEOUT 60
87
- #endif
88
-
89
82
/* --------------------
90
83
* Spin lock for manipulating the shared process data structure:
91
84
* ProcGlobal.... Adding an extra spin lock seemed like the smallest
You can’t perform that action at this time.
0 commit comments