BUG #7768: Support for TCP Keepalive parameters

Поиск
Список
Период
Сортировка
От me@yugo.su
Тема BUG #7768: Support for TCP Keepalive parameters
Дата
Msg-id E1Tm65D-0002sC-L6@wrigleys.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #7766: Running a DML statement that affects more than 4 billion rows results in an exception
Следующее
От: Dave Cramer
Дата:
Сообщение: Re: [JDBC] BUG #7766: Running a DML statement that affects more than 4 billion rows results in an exception