Re: [HACKERS] New INET and CIDR types

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: darcy(at)druid(dot)net (D'Arcy J(dot)M(dot) Cain)
Cc: hackers(at)postgreSQL(dot)org, paul(at)vix(dot)com
Subject: Re: [HACKERS] New INET and CIDR types
Date: 1998-10-22 14:17:45
Message-ID: 199810221417.KAA20162@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Thus spake Bruce Momjian
> > > For sure not the documentation. As for the regression testing, it should
> > > be final by Friday. Unfortunately I'm having problems. The last sup
> > > seems to have broken the inet type. I'll try to get you in #PostgreSQL
> > > and talk about this.
> >
> > Fixed.
>
> Mostly. There seems to still be a problem with the network function as
> I mentioned in the messages to patches. Also, as I mentionwed there,

I can't find any network anything in inet.c.

> the output of the functions should be left justified, not right. Also,
> I think the netmasklen function should be called masklen. Given the
> polymorphic nature of the type system and the fact that it is being
> applied to inet or cidr types, I don't think there is any confusion
> using the shorter, more familiar term.

Done.

> > Thomas will do all the markup. Just some info for the docs are needed.
> > He should provide you with what he needs.
>
> I just received that. I'll get to work. I also have most of the queries
> for the regression tests which I'll send along shortly.

Great.

> > > Internally it does. Paul said it doesn't matter and I assume it is
> > > his function leaving it off though I haven't checked.
> >
> > I recommend displaying the /32 for cidr. Paul says it is not required,
> > but would be 'nice', and I agree.
>
> darcy=> select '1.2.3.4/32'::cidr;
> ?column?
> ----------
> 1.2.3.4/32
> (1 row)
>
> darcy=> select '1.2.3.4/32'::inet;
> ?column?
> --------
> 1.2.3.4
> (1 row)

Nice.

>
> > Sorry to be pressuring, but I want this off the Open Items list before
> > Marc has a coronary. His head swells badly, and turns all red. :-)
>
> Perhaps we should hand out plastic sheeting like at Gallagher concerts
> just in case. :-)

Yep.

--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-10-22 14:24:08 Re: [HACKERS] psql's help (the LIMIT stuff)
Previous Message D'Arcy J.M. Cain 1998-10-22 14:17:19 Re: [HACKERS] CVS Branch Tagging...