BUG #7768: Support for TCP Keepalive parameters

From: me(at)yugo(dot)su
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #7768: Support for TCP Keepalive parameters
Date: 2012-12-21 17:08:27
Message-ID: E1Tm65D-0002sC-L6@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 7768
Logged by: Yura Gotovko
Email address: me(at)yugo(dot)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

Browse pgsql-bugs by date

  From Date Subject
Next Message Dave Cramer 2012-12-21 18:55:43 Re: [BUGS] BUG #7766: Running a DML statement that affects more than 4 billion rows results in an exception
Previous Message Tom Lane 2012-12-21 16:47:38 Re: BUG #7766: Running a DML statement that affects more than 4 billion rows results in an exception