BUG #7832: incorrect summation of ipv6 addresses

Поиск
Список
Период
Сортировка
От shuklin@selectel.ru
Тема BUG #7832: incorrect summation of ipv6 addresses
Дата
Msg-id E1TzoHp-0004Rk-JF@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #7832: incorrect summation of ipv6 addresses  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      7832
Logged by:          George Shuklin
Email address:      shuklin@selectel.ru
PostgreSQL version: 9.1.0
Operating system:   GNU/Debian Linux Wheezy
Description:        =


Normal summation:

 SELECT cidr'0::1/128'+1;
 ?column? =

----------
 ::2



SELECT cidr'0::1/128'+65535;
 ?column?  =

-----------
 ::0.1.0.0

(strange dots in the middle of the ipv6 address).

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

Предыдущее
От: Abel Abraham Camarillo Ojeda
Дата:
Сообщение: Re: BUG #7831: user defined-aggregated don't set initcond to null when unspecified, instead uses its first argument
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #7832: incorrect summation of ipv6 addresses