Add idle_session_timeout.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 9877374bef76ef03923f6aa8b955f2dbcbe6c2c7
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2021-01-06T23:28:52Z
Releases: 14.0
Add idle_session_timeout.

This GUC variable works much like idle_in_transaction_session_timeout,
in that it kills sessions that have waited too long for a new client
query.  But it applies when we're not in a transaction, rather than
when we are.

Li Japin, reviewed by David Johnston and Hayato Kuroda, some
fixes by me

Discussion: https://postgr.es/m/763A0689-F189-459E-946F-F0EC4458980B@hotmail.com

Files

Documentation touched

Discussion