Re: Cleaning up the INET/CIDR mess

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Greg Stark <gsstark(at)mit(dot)edu>, andrew(at)supernews(dot)com, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Cleaning up the INET/CIDR mess
Date: 2006-01-25 17:29:04
Message-ID: 200601251729.k0PHT4m00177@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:
> Greg Stark <gsstark(at)mit(dot)edu> writes:
> > I wonder if this would be an opportunity to fix Postgres's handling of
> > addresses like '10.1'.
>
> You've mistaken this for a proposal to change the I/O behavior, which
> it is specifically not.
>
> > The standard interpretation of this is the same as '10.0.0.1'.
>
> Standard according to whom? Paul Vixie evidently doesn't think that
> that's a standard abbreviation, else the code we borrowed from libbind
> would do it already.

Agreed. 10.1 as 10.0.0.1 is an old behavior which has been removed from
most modern versions of networking tools.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2006-01-25 17:33:51 Re: [PATCHES] Adding a --quiet option to initdb
Previous Message Devrim GUNDUZ 2006-01-25 17:10:42 Re: [PATCHES] Adding a --quiet option to initdb