Re: [HACKERS] Did the inet type get backed out? - Mailing list pgsql-hackers

From darcy@druid.net (D'Arcy J.M. Cain)
Subject Re: [HACKERS] Did the inet type get backed out?
Date
Msg-id m0zTuk4-0000emC@druid.net
Whole thread Raw
In response to Re: [HACKERS] Did the inet type get backed out?  (Bruce Momjian <maillist@candle.pha.pa.us>)
Responses Re: [HACKERS] Did the inet type get backed out?  (Bruce Momjian <maillist@candle.pha.pa.us>)
List 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.

--
D'Arcy J.M. Cain <darcy@{druid|vex}.net>   |  Democracy is three wolves
http://www.druid.net/darcy/                |  and a sheep voting on
+1 416 424 2871     (DoD#0082)    (eNTP)   |  what's for dinner.

pgsql-hackers by date:

Previous
From: Michael Meskes
Date:
Subject: Re: [HACKERS] small bug in src/interfaces/ecpg/lib/Makefile.in
Next
From: Brook Milligan
Date:
Subject: Re: [HACKERS] perl interface bug?