vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 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 ---------------------------(end of broadcast)--------------------------- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq |
| ||||
| >>>>> "Worky" == Worky Workerson <worky.workerson@gmail.com> writes: Worky> I was looking at upgrading to 8.2, but I make extensive use of Worky> the IP4 module. The needed changes to ip4r to build on 8.2 are already in its CVS, and as far as I know works, the only reason I've not done another release yet is because I haven't had a chance to test for regressions on 8.1. -- Andrew, Supernews http://www.supernews.com ---------------------------(end of broadcast)--------------------------- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq |
| Thread Tools | |
| Display Modes | |
|
|