summaryrefslogtreecommitdiff
path: root/src/include/storage/proc.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2007-03-03 18:46:40 +0000
committerBruce Momjian <bruce@momjian.us>2007-03-03 18:46:40 +0000
commite52c4a6e26f2c5d37cefe42c39b6233d9c0fbe25 (patch)
treeca2c1c39d9c0c4c2f0e04d1590d8c72e9101d46a /src/include/storage/proc.h
parentf52019cf80c2a639d0188e0f0cd5988e80367307 (diff)
downloadpostgresql-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.h3
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;