inet/cidr

Поиск
Список
Период
Сортировка
От Worky Workerson
Тема inet/cidr
Дата
Msg-id ce4072df0612201456q3bd7b9ecpb1391cc369eb7201@mail.gmail.com
обсуждение исходный текст
Ответы Re: inet/cidr  ("Andrew - Supernews" <andrew@supernews.net>)
Список pgsql-hackers
I was looking at upgrading to 8.2, but I make extensive use of the IP4
module.  It doesn't make properly due to the changes in the inet/cidr
types, notably the removal of the type (is_cidr) field of the
inet_struct, which the module uses when casting:  ip4_cast_to_cidr,
ip4r_cast_to_cidr, and a check in ip4r_cast_from_cidr.

I read a bit about the cidr/inet types becoming binary compatible, but
I wasn't sure if I needed to do more extensive conversion, or if I
could just remove the references to the type field and be happy.

-Mike


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

Предыдущее
От: Philip Yarra
Дата:
Сообщение: Re: psql: core dumped
Следующее
От: Russell Smith
Дата:
Сообщение: Re: Interface for pg_autovacuum