RE: Timeout parameters
Nagaura, Ryohei <nagaura.ryohei@jp.fujitsu.com>
From: "Nagaura, Ryohei" <nagaura.ryohei@jp.fujitsu.com>
To: "Jamison, Kirk" <k.jamison@jp.fujitsu.com>, 'Kyotaro HORIGUCHI' <horiguchi.kyotaro@lab.ntt.co.jp>
Cc: "coelho@cri.ensmp.fr" <coelho@cri.ensmp.fr>, "Tsunakawa, Takayuki" <tsunakawa.takay@jp.fujitsu.com>, "robertmhaas@gmail.com" <robertmhaas@gmail.com>, "MikalaiKeida@ibagroup.eu" <MikalaiKeida@ibagroup.eu>, "AYahorau@ibagroup.eu" <AYahorau@ibagroup.eu>, "michael@paquier.xyz" <michael@paquier.xyz>, "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2019-03-29T00:39:57Z
Lists: pgsql-hackers
Attachments
- socket_timeout_v9.patch (application/octet-stream) patch v9
- TCP_backend_v16.patch (application/octet-stream) patch v16
- TCP_interface_v15.patch (application/octet-stream) patch v15
Hello, Kirk-san. > From: Jamison, Kirk [mailto:k.jamison@jp.fujitsu.com] > >In TCP_USER_TIMEOUT backend patch: > > 1) linux ver 2.6.26 -> 2.6.36 > "Linux" should be capitalized. Oh, yes. I see. > In config.sgml it uses both "zero" and "0", while in libpq.sgml it only > uses "zero". > Since you patterned it from keepalives* docs for both files, I think it's > alright doing it that way. Thanks. In addition, I modified tcp client side patch. The last patch can't be compiled... # declaration of sebuf in setTCPUserTimeout() I'm very sorry for ridiculous mistake. Best regards, --------------------- Ryohei Nagaura
Commits
-
Add support TCP user timeout in libpq and the backend server
- 249d64999615 12.0 landed