diff options
author | Robert Haas | 2016-03-16 15:30:45 +0000 |
---|---|---|
committer | Robert Haas | 2016-03-16 15:30:45 +0000 |
commit | c6dda1f48e573cc60fe25d8d470a05bfabed0252 (patch) | |
tree | 0c04e3abde478ad77e2237ec7211c71b9116c997 /src/include/miscadmin.h | |
parent | 5871b88487cfd07966e2ce08609a4d6d5ee9718e (diff) |
Add idle_in_transaction_session_timeout.
Vik Fearing, reviewed by Stéphane Schildknecht and me, and revised
slightly by me.
Diffstat (limited to 'src/include/miscadmin.h')
-rw-r--r-- | src/include/miscadmin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/miscadmin.h b/src/include/miscadmin.h index cc7833e6cda..9200f045a24 100644 --- a/src/include/miscadmin.h +++ b/src/include/miscadmin.h @@ -80,6 +80,7 @@ extern PGDLLIMPORT volatile bool InterruptPending; extern PGDLLIMPORT volatile bool QueryCancelPending; extern PGDLLIMPORT volatile bool ProcDiePending; +extern PGDLLIMPORT volatile bool IdleInTransactionSessionTimeoutPending; extern volatile bool ClientConnectionLost; |