Re: Terminate the idle sessions - Mailing list pgsql-hackers

From japin
Subject Re: Terminate the idle sessions
Date
Msg-id MEYP282MB16699F819074254A35F2AE07B6E00@MEYP282MB1669.AUSP282.PROD.OUTLOOK.COM
Whole thread Raw
In response to RE: Terminate the idle sessions  ("kuroda.hayato@fujitsu.com" <kuroda.hayato@fujitsu.com>)
Responses RE: Terminate the idle sessions  ("kuroda.hayato@fujitsu.com" <kuroda.hayato@fujitsu.com>)
List pgsql-hackers
hi, Kuroda 

On 11/19/20 4:32 PM, kuroda.hayato@fujitsu.com wrote:
Dear Li,

Thanks for your suggestion.  Attached!
I prefer your comments:-).

I think this patch is mostly good.
I looked whole the codes again and I found the following comment in the PostgresMain():

```c		/*		 * (5) turn off the idle-in-transaction timeout		 */
```

Please mention about idle-session timeout and check another comment.
Thanks! Add the comment for idle-session timeout.

--
Best regards
Japin Li

Attachment

pgsql-hackers by date:

Previous
From: Julien Rouhaud
Date:
Subject: Re: ResourceOwner refactoring
Next
From: Daniel Gustafsson
Date:
Subject: Re: Sloppiness around failure handling of parsePGArray in pg_dump