[COMMITTERS] pgsql: Support tcp_keepalives_idle option on Solaris.

2017-06-27 Thread Tom Lane
Support tcp_keepalives_idle option on Solaris. Turns out that the socket option for this is named TCP_KEEPALIVE_THRESHOLD, at least according to the tcp(7P) man page for Solaris 11. (But since that text refers to "SunOS", it's likely pretty ancient.) It appears that the symbol TCP_KEEPALIVE does

[COMMITTERS] pgsql: Support tcp_keepalives_idle option on Solaris.

2017-06-27 Thread Tom Lane
Support tcp_keepalives_idle option on Solaris. Turns out that the socket option for this is named TCP_KEEPALIVE_THRESHOLD, at least according to the tcp(7P) man page for Solaris 11. (But since that text refers to "SunOS", it's likely pretty ancient.) It appears that the symbol TCP_KEEPALIVE does

[COMMITTERS] pgsql: Support tcp_keepalives_idle option on Solaris.

2017-06-27 Thread Tom Lane
Support tcp_keepalives_idle option on Solaris. Turns out that the socket option for this is named TCP_KEEPALIVE_THRESHOLD, at least according to the tcp(7P) man page for Solaris 11. (But since that text refers to "SunOS", it's likely pretty ancient.) It appears that the symbol TCP_KEEPALIVE does

[COMMITTERS] pgsql: Support tcp_keepalives_idle option on Solaris.

2017-06-27 Thread Tom Lane
Support tcp_keepalives_idle option on Solaris. Turns out that the socket option for this is named TCP_KEEPALIVE_THRESHOLD, at least according to the tcp(7P) man page for Solaris 11. (But since that text refers to "SunOS", it's likely pretty ancient.) It appears that the symbol TCP_KEEPALIVE does

[COMMITTERS] pgsql: Support tcp_keepalives_idle option on Solaris.

2017-06-27 Thread Tom Lane
Support tcp_keepalives_idle option on Solaris. Turns out that the socket option for this is named TCP_KEEPALIVE_THRESHOLD, at least according to the tcp(7P) man page for Solaris 11. (But since that text refers to "SunOS", it's likely pretty ancient.) It appears that the symbol TCP_KEEPALIVE does

[COMMITTERS] pgsql: Support tcp_keepalives_idle option on Solaris.

2017-06-27 Thread Tom Lane
Support tcp_keepalives_idle option on Solaris. Turns out that the socket option for this is named TCP_KEEPALIVE_THRESHOLD, at least according to the tcp(7P) man page for Solaris 11. (But since that text refers to "SunOS", it's likely pretty ancient.) It appears that the symbol TCP_KEEPALIVE does