RE: Timeout parameters
Fabien COELHO <coelho@cri.ensmp.fr>
From: Fabien COELHO <coelho@cri.ensmp.fr>
To: "Nagaura, Ryohei" <nagaura.ryohei@jp.fujitsu.com>
Cc: Robert Haas <robertmhaas@gmail.com>,
"Jamison, Kirk" <k.jamison@jp.fujitsu.com>,
"Tsunakawa, Takayuki" <tsunakawa.takay@jp.fujitsu.com>,
Michael Paquier <michael@paquier.xyz>,
"AYahorau@ibagroup.eu" <AYahorau@ibagroup.eu>,
"pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>,
"MikalaiKeida@ibagroup.eu" <MikalaiKeida@ibagroup.eu>
Date: 2019-03-13T17:33:33Z
Lists: pgsql-hackers
> Hello Fabien-san. The 2nd patch is 700 KB, I think that there is a unvoluntary file copy. >> If the user reconnects, eg "\c db", the setting is lost. The >> re-connection handling should probably take care of this parameter, and maybe others. > I think your opinion is reasonable, but it seems not in this thread. HI think that your patch is responsible for the added option at least. I agree that the underlying issue that other parameters should probably also be reused, which would be a bug fix, does not belong to this thread. > * settings Inheritance by "\c" command. > suggested by Fabien-san. > Not implemented yet. > This should be in the other thread. See above. -- Fabien.
Commits
-
Add support TCP user timeout in libpq and the backend server
- 249d64999615 12.0 landed