@@ -555,8 +555,9 @@ SET ENABLE_SEQSCAN TO OFF;
555
555
an otherwise idle connection. A value of 0 uses the system default.
556
556
This parameter is supported only on systems that support the
557
557
<symbol>TCP_KEEPIDLE</> or <symbol>TCP_KEEPALIVE</> symbols, and on
558
- Windows; on other systems, it must be zero. This parameter is ignored
559
- for connections made via a Unix-domain socket.
558
+ Windows; on other systems, it must be zero.
559
+ In sessions connected via a Unix-domain socket, this parameter is
560
+ ignored and always reads as zero.
560
561
</para>
561
562
<note>
562
563
<para>
@@ -578,8 +579,9 @@ SET ENABLE_SEQSCAN TO OFF;
578
579
otherwise idle connection. A value of 0 uses the system default.
579
580
This parameter is supported only on systems that support the
580
581
<symbol>TCP_KEEPINTVL</> symbol, and on Windows; on other systems, it
581
- must be zero. This parameter is ignored for connections made via a
582
- Unix-domain socket.
582
+ must be zero.
583
+ In sessions connected via a Unix-domain socket, this parameter is
584
+ ignored and always reads as zero.
583
585
</para>
584
586
<note>
585
587
<para>
@@ -600,8 +602,9 @@ SET ENABLE_SEQSCAN TO OFF;
600
602
Specifies the number of keepalive packets to send on an otherwise idle
601
603
connection. A value of 0 uses the system default. This parameter is
602
604
supported only on systems that support the <symbol>TCP_KEEPCNT</>
603
- symbol; on other systems, it must be zero. This parameter is ignored
604
- for connections made via a Unix-domain socket.
605
+ symbol; on other systems, it must be zero.
606
+ In sessions connected via a Unix-domain socket, this parameter is
607
+ ignored and always reads as zero.
605
608
</para>
606
609
<note>
607
610
<para>