mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
Add idle_in_transaction_session_timeout.
Vik Fearing, reviewed by Stéphane Schildknecht and me, and revised slightly by me.
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user