BUG #13793: Please implement IP_FREEBIND option

Поиск
Список
Период
Сортировка
От tomek@pipebreaker.pl
Тема BUG #13793: Please implement IP_FREEBIND option
Дата
Msg-id 20151203165520.5892.4072@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: [BUGS] BUG #13793: Please implement IP_FREEBIND option  (Christoph Berg <myon@debian.org>)
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      13793
Logged by:          Tomasz Torcz
Email address:      tomek@pipebreaker.pl
PostgreSQL version: 9.4.5
Operating system:   Linux
Description:

IP_FREEBIND socket option allows application to bind on IP address, which i
s not (yet) configured on any interface.
I'd like to see Postgresql binding to all specified 'listen_addresses', even
if some of then are not available at the moment pgsql starts.
Optionally, postmaster could put in logs information about that action.
Right know it is:

LOG:  could not bind IPv6 socket: Cannot assign requested address
WARNING:  could not create listen socket for "2001:DB8::1"

It could be:
LOG:  could not bind IPv6 socket: Cannot assign requested address
WARNING:  binding anyway to "2001:DB8::1"

В списке pgsql-bugs по дате отправления:

Предыдущее
От: "Daniel Verite"
Дата:
Сообщение: Re: Possible bug: ALTER TABLE x DROP COLUMN y "column ... does not exist" then it does
Следующее
От: ydolgikh@jerasoft.net
Дата:
Сообщение: BUG #13792: Weird querry planner behavior