RE: Timeout parameters - Mailing list pgsql-hackers

From Nagaura, Ryohei
Subject RE: Timeout parameters
Date
Msg-id EDA4195584F5064680D8130B1CA91C453ED85A@G01JPEXMBYT04
Whole thread Raw
In response to RE: Timeout parameters  ("Nagaura, Ryohei" <nagaura.ryohei@jp.fujitsu.com>)
Responses RE: Timeout parameters  (Fabien COELHO <coelho@cri.ensmp.fr>)
RE: Timeout parameters  (Fabien COELHO <coelho@cri.ensmp.fr>)
Re: Timeout parameters  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
Hi,

I rewrote two TCP_USER_TIMEOUT patches.
I changed the third argument of setsockopt() from 18 to TCP_USER_TIMEOUT.

This revision has the following two merits.
* Improve readability of source
* Even if the definition of TCP_USER_TIMEOUT is changed, it is not affected.
  e.g., in the current linux, TCP_USER_TIMEOUT is defined, but even if it is changed to 19, it 'll be available.

Best regards,
---------------------
Ryohei Nagaura


Attachment

pgsql-hackers by date:

Previous
From: "Imai, Yoshikazu"
Date:
Subject: RE: proposal: pg_restore --convert-to-text
Next
From: Mark Wong
Date:
Subject: Re: A note about recent ecpg buildfarm failures