Terminate the idle sessions

From: Li Japin <japinli(at)hotmail(dot)com>
To: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Terminate the idle sessions
Date: 2020-06-09 09:02:42
Message-ID: 763A0689-F189-459E-946F-F0EC4458980B@hotmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi, hackers

When some clients connect to database in idle state, postgres do not close the idle sessions,
here i add a new GUC idle_session_timeout to let postgres close the idle sessions, it samilar
to idle_in_transaction_session_timeout.

Best, regards.

Japin Li

Attachment Content-Type Size
0001-Allow-terminating-the-idle-sessions.patch application/octet-stream 8.6 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrey Lepikhov 2020-06-09 09:20:42 Re: Asynchronous Append on postgres_fdw nodes.
Previous Message Magnus Hagander 2020-06-09 09:01:13 Re: Bump default wal_level to logical