Re: [HACKERS] Did the inet type get backed out?

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: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Did the inet type get backed out?
Date: 1998-10-16 06:17:31
Message-ID: 199810160617.CAA00958@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Thus spake Bruce Momjian
> > > darcy=> select '198.1.2.3/8'::inet;
> > > ERROR: type name lookup of inet failed
> > >
> > > Was the type backed out while waiting for completion? Any chance of
> > > getting it put back so I can make the tests?
> >
> > It's in there:
> >
> > test=> create table testv (x inet);
> >
> > Not sure why your test doesn't work. I think there needs to be a
> > function named inet().
>
> But it worked before. In fact it still works on another system with
> an earlier compile.

That is strange. I haven't done anything in a long while that would
affect this. I applied your patch to add the functions. That is the
only thing I can think of.

--
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

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Ivar Helbekkmo 1998-10-16 06:21:59 Re: [HACKERS] Did the inet type get backed out?
Previous Message Bruce Momjian 1998-10-16 06:15:06 Re: [HACKERS] What about LIMIT in SELECT ?