BUG #7768: Support for TCP Keepalive parameters - Mailing list pgsql-bugs

From me@yugo.su
Subject BUG #7768: Support for TCP Keepalive parameters
Date
Msg-id E1Tm65D-0002sC-L6@wrigleys.postgresql.org
Whole thread Raw
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      7768
Logged by:          Yura Gotovko
Email address:      me@yugo.su
PostgreSQL version: 9.2.2
Operating system:   FreeBSD 9.1
Description:        =


Compile PostgreSQL 9.2.2 on FreeBSD 9.1.

Each database connection throws three errors:
getsockopt(TCP_KEEPCNT) failed: Protocol not available
getsockopt(TCP_KEEPIDLE) failed: Protocol not available
getsockopt(TCP_KEEPINTVL) failed: Protocol not available

It worked after deleting rows TCP_KEEPxxx from netinet/tcp.h

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #7766: Running a DML statement that affects more than 4 billion rows results in an exception
Next
From: Dave Cramer
Date:
Subject: Re: [JDBC] BUG #7766: Running a DML statement that affects more than 4 billion rows results in an exception