diff options
Diffstat (limited to 'src/include/storage/proc.h')
-rw-r--r-- | src/include/storage/proc.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/storage/proc.h b/src/include/storage/proc.h index a0f8660fbea..edc6359fc43 100644 --- a/src/include/storage/proc.h +++ b/src/include/storage/proc.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: proc.h,v 1.30 2000/04/12 17:16:51 momjian Exp $ + * $Id: proc.h,v 1.31 2000/05/31 00:28:38 petere Exp $ * *------------------------------------------------------------------------- */ @@ -17,6 +17,9 @@ #include "access/xlog.h" #include "storage/lock.h" +/* configurable option */ +extern int DeadlockTimeout; + typedef struct { int sleeplock; |