Re: Feature, my misconception or bug??
От
Achilleus Mantzios
Тема
Re: Feature, my misconception or bug??
Дата
Msg-id
Pine.LNX.4.44.0602231102400.15345-100000@matrix.gatewaynet.com
Ответ на
Re: Feature, my misconception or bug?? (Markus Schaber)
Список
Дерево обсуждения
Feature, my misconception or bug?? Achilleus Mantzios <achill@matrix.gatewaynet.com>
Re: Feature, my misconception or bug?? Peter Eisentraut <peter_e@gmx.net>
Re: Feature, my misconception or bug?? Markus Schaber <schabi@logix-tt.com>
Re: Feature, my misconception or bug?? Achilleus Mantzios <achill@matrix.gatewaynet.com>
Re: Feature, my misconception or bug?? Markus Schaber <schabi@logix-tt.com>
Re: Feature, my misconception or bug?? Achilleus Mantzios <achill@matrix.gatewaynet.com>
O Markus Schaber έγραψε στις Feb 22, 2006 : > Achilleus Mantzios wrote: > > In PgSQL 7.4.12, > > > > foodb=# SELECT '255.255.255.255/24'::cidr; > > ERROR: invalid cidr value: "255.255.255.255/24" > > DETAIL: Value has bits set to right of mask. > > foodb=# > > > > SELECT '255.255.255.255/25'::cidr; > > cidr > > -------------------- > > 255.255.255.255/25 > > (1 row) > > This one is refused in 8.1, so I guess that's a fixed bug. Thanx Marcus, it appears to have been fixed in http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/network.c.diff?r1=1.53;r2=1.54;f=h > > HTH, > Markus > > > -- -Achilleus
В списке pgsql-sql по дате отправления