RE: Timeout parameters - Mailing list pgsql-hackers

From Nagaura, Ryohei
Subject RE: Timeout parameters
Date
Msg-id EDA4195584F5064680D8130B1CA91C4540F81D@G01JPEXMBYT04
Whole thread Raw
In response to RE: Timeout parameters  ("Nagaura, Ryohei" <nagaura.ryohei@jp.fujitsu.com>)
Responses Re: Timeout parameters
List pgsql-hackers
Hi all.

I found my mistake in backend patch.

I modified from
+    port->keepalives_count = count;
to
+    port->tcp_user_timeout = timeout;
in line 113.

Sorry for mistake like this again and again...
Best regards,
---------------------
Ryohei Nagaura



Attachment

pgsql-hackers by date:

Previous
From: Andrey Borodin
Date:
Subject: Re: amcheck verification for GiST
Next
From: "Imai, Yoshikazu"
Date:
Subject: RE: speeding up planning with partitions