Re: Terminate the idle sessions
David G. Johnston <david.g.johnston@gmail.com>
From: "David G. Johnston" <david.g.johnston@gmail.com>
To: "kuroda.hayato@fujitsu.com" <kuroda.hayato@fujitsu.com>
Cc: japin <japinli@hotmail.com>, Kyotaro Horiguchi <horikyota.ntt@gmail.com>, Thomas Munro <thomas.munro@gmail.com>, "bharath.rupireddyforpostgres@gmail.com"
<bharath.rupireddyforpostgres@gmail.com>, "pgsql-hackers@lists.postgresql.org" <pgsql-hackers@lists.postgresql.org>
Date: 2020-11-24T03:39:48Z
Lists: pgsql-hackers
On Mon, Nov 23, 2020 at 5:02 PM kuroda.hayato@fujitsu.com < kuroda.hayato@fujitsu.com> wrote: > No one have any comments, patch tester says OK, and I think this works > well. > I changed status to "Ready for Committer." > Some proof-reading: v8-0001 Documentation: My suggestion wasn't taken for the first note paragraph (review/author disagreement) and the current has the following issues: "if you use some connection-pooling" software doesn't need the word "some" Don't substitute "pg" for the name of the product, PostgreSQL. The word "used" is a more stylistic dislike, but "connected to using postgres_fdw" would be a better choice IMO. Code (minor, but if you are in there anyway): (5) turn off ... timeout (there are now two, timeouts should be plural) v8-0002 - No suggestions David J.
Commits
-
Rethink SQLSTATE code for ERRCODE_IDLE_SESSION_TIMEOUT.
- 4edf96846a02 14.0 landed
-
Improve commentary in timeout.c.
- 9486e7b666fd 14.0 landed
-
Add idle_session_timeout.
- 9877374bef76 14.0 landed
-
Improve timeout.c's handling of repeated timeout set/cancel.
- 09cf1d522676 14.0 landed