[COMMITTERS] pgsql: Second try at fixing tcp_keepalives_idle option on Solaris.

2017-06-28 Thread Tom Lane
Second try at fixing tcp_keepalives_idle option on Solaris. Buildfarm evidence shows that TCP_KEEPALIVE_THRESHOLD doesn't exist after all on Solaris < 11. This means we need to take positive action to prevent the TCP_KEEPALIVE code path from being taken on that platform. I've chosen to limit it w

[COMMITTERS] pgsql: Second try at fixing tcp_keepalives_idle option on Solaris.

2017-06-28 Thread Tom Lane
Second try at fixing tcp_keepalives_idle option on Solaris. Buildfarm evidence shows that TCP_KEEPALIVE_THRESHOLD doesn't exist after all on Solaris < 11. This means we need to take positive action to prevent the TCP_KEEPALIVE code path from being taken on that platform. I've chosen to limit it w

[COMMITTERS] pgsql: Second try at fixing tcp_keepalives_idle option on Solaris.

2017-06-28 Thread Tom Lane
Second try at fixing tcp_keepalives_idle option on Solaris. Buildfarm evidence shows that TCP_KEEPALIVE_THRESHOLD doesn't exist after all on Solaris < 11. This means we need to take positive action to prevent the TCP_KEEPALIVE code path from being taken on that platform. I've chosen to limit it w

[COMMITTERS] pgsql: Second try at fixing tcp_keepalives_idle option on Solaris.

2017-06-28 Thread Tom Lane
Second try at fixing tcp_keepalives_idle option on Solaris. Buildfarm evidence shows that TCP_KEEPALIVE_THRESHOLD doesn't exist after all on Solaris < 11. This means we need to take positive action to prevent the TCP_KEEPALIVE code path from being taken on that platform. I've chosen to limit it w

[COMMITTERS] pgsql: Second try at fixing tcp_keepalives_idle option on Solaris.

2017-06-28 Thread Tom Lane
Second try at fixing tcp_keepalives_idle option on Solaris. Buildfarm evidence shows that TCP_KEEPALIVE_THRESHOLD doesn't exist after all on Solaris < 11. This means we need to take positive action to prevent the TCP_KEEPALIVE code path from being taken on that platform. I've chosen to limit it w

[COMMITTERS] pgsql: Second try at fixing tcp_keepalives_idle option on Solaris.

2017-06-28 Thread Tom Lane
Second try at fixing tcp_keepalives_idle option on Solaris. Buildfarm evidence shows that TCP_KEEPALIVE_THRESHOLD doesn't exist after all on Solaris < 11. This means we need to take positive action to prevent the TCP_KEEPALIVE code path from being taken on that platform. I've chosen to limit it w