Terminate the idle sessions - Mailing list pgsql-hackers

From Li Japin
Subject Terminate the idle sessions
Date
Msg-id 763A0689-F189-459E-946F-F0EC4458980B@hotmail.com
Whole thread Raw
Responses Re: Terminate the idle sessions  ("David G. Johnston" <david.g.johnston@gmail.com>)
List 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

pgsql-hackers by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: Bump default wal_level to logical
Next
From: Andrey Lepikhov
Date:
Subject: Re: Asynchronous Append on postgres_fdw nodes.