From c6dda1f48e573cc60fe25d8d470a05bfabed0252 Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Wed, 16 Mar 2016 11:30:45 -0400 Subject: Add idle_in_transaction_session_timeout. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Vik Fearing, reviewed by Stéphane Schildknecht and me, and revised slightly by me. --- src/include/storage/proc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/storage/proc.h') diff --git a/src/include/storage/proc.h b/src/include/storage/proc.h index 612fa052be0..c3b462c9494 100644 --- a/src/include/storage/proc.h +++ b/src/include/storage/proc.h @@ -257,6 +257,7 @@ extern PGPROC *PreparedXactProcs; extern int DeadlockTimeout; extern int StatementTimeout; extern int LockTimeout; +extern int IdleInTransactionSessionTimeout; extern bool log_lock_waits; -- cgit v1.2.3