diff options
| author | Bruce Momjian <bruce@momjian.us> | 2007-03-03 18:46:40 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2007-03-03 18:46:40 +0000 |
| commit | e52c4a6e26f2c5d37cefe42c39b6233d9c0fbe25 (patch) | |
| tree | ca2c1c39d9c0c4c2f0e04d1590d8c72e9101d46a /src/include/storage/proc.h | |
| parent | f52019cf80c2a639d0188e0f0cd5988e80367307 (diff) | |
| download | postgresql-e52c4a6e26f2c5d37cefe42c39b6233d9c0fbe25.tar.gz | |
Add GUC log_lock_waits to log long wait times.
Simon Riggs
Diffstat (limited to 'src/include/storage/proc.h')
| -rw-r--r-- | src/include/storage/proc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/storage/proc.h b/src/include/storage/proc.h index 3e296fb0a3..eeae751d82 100644 --- a/src/include/storage/proc.h +++ b/src/include/storage/proc.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/storage/proc.h,v 1.94 2007/02/15 23:23:23 alvherre Exp $ + * $PostgreSQL: pgsql/src/include/storage/proc.h,v 1.95 2007/03/03 18:46:40 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -127,6 +127,7 @@ typedef struct PROC_HDR /* configurable options */ extern int DeadlockTimeout; extern int StatementTimeout; +extern bool log_lock_waits; extern volatile bool cancel_from_timeout; |
