From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Paul Vixie <paul(at)vix(dot)com> |
Cc: | Steve Atkins <steve(at)blighty(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: [BUGS] Bug in create operator and/or initdb |
Date: | 2005-01-31 19:36:33 |
Message-ID: | 22074.1107200193@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Paul Vixie <paul(at)vix(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2005-01-31 19:40:08 | Re: Group-count estimation statistics |
Previous Message | operationsengineer1 | 2005-01-31 19:36:11 | Re: Last ID Problem |