Re: tcp_keepalives_idle - Mailing list pgsql-hackers

From Tatsuo Ishii
Subject Re: tcp_keepalives_idle
Date
Msg-id 20131114.150806.1942977912940314596.t-ishii@sraoss.co.jp
Whole thread Raw
In response to Re: tcp_keepalives_idle  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: tcp_keepalives_idle  (Marko Tiikkaja <marko@joh.to>)
List pgsql-hackers
> Tatsuo Ishii <ishii@postgresql.org> writes:
>> I am struggling to understand what following phrase says:
> 
>> tcp_keepalives_idle (integer)
>>     Specifies the number of seconds before sending a keepalive packet
>>     on an otherwise idle connection.
> 
> It means "the connection is idle except for keepalive packets".
> We could perhaps just drop the word "otherwise", if people find
> it confusing.

Wah. I seemed to completely misunderstand what the pharase
says. Thanks for clarification. I agree to drop "otherwise".

>> What I am not sure is the meaning of "otherwise". Can I safely replace
>> it to:
>>     Specifies the number of seconds before sending a keepalive packet
>>     on an other side of idle connection.
> 
> No, that's not a good fix.

Sure. I was absolutely misunderstood.
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese: http://www.sraoss.co.jp



pgsql-hackers by date:

Previous
From: Sawada Masahiko
Date:
Subject: Logging WAL when updating hintbit
Next
From: Amit Kapila
Date:
Subject: Re: Proof of concept: standalone backend with full FE/BE protocol