Re: [BUGS] Bug in create operator and/or initdb - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [BUGS] Bug in create operator and/or initdb
Date
Msg-id 22074.1107200193@sss.pgh.pa.us
Whole thread Raw
Responses Re: [BUGS] Bug in create operator and/or initdb
List pgsql-hackers
Paul Vixie <paul@vix.com> writes:
> when my cidr datatype was integrated into pgsql, the decision was made to
> incorporate a copy of bind's inet_net_pton.c rather than add a link-time
> dependence to libbind.a (libbind.so).

We didn't really want to assume that all platforms are using libbind :-(

> thus, when this bug was fixed in 2003:

> ----------------------------
> revision 1.14
> date: 2003/08/20 02:21:08;  author: marka;  state: Exp;  lines: +10 -4
> 1580.   [bug]           inet_net_pton() didn't fully handle implicit
>                         multicast IPv4 network addresses.

> the pgsql "fork" of this code did not benefit from the fix.  the patch was:

Ah-hah.  Many thanks for supplying the patch --- will integrate it.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Greg Stark
Date:
Subject: Re: [BUGS] Bug in create operator and/or initdb
Next
From: Tom Lane
Date:
Subject: Re: Group-count estimation statistics