Re: [GENERAL] util/int8.h: missing int8_text() function

2008-04-18 Thread Martijn van Oosterhout
On Wed, Apr 16, 2008 at 03:41:31PM +0200, Michael Enke wrote: > >IIRC the casts now use the type's output function. I'm guessing you > >should be able to do the same with your type. > > I thougth there is same functionality with changed name. > But probably not public available anymore. > Now I d

Re: [GENERAL] util/int8.h: missing int8_text() function

2008-04-18 Thread Michael Enke
Alvaro Herrera wrote: Michael Enke wrote: Hi all, I migrate from 8.1 to 8.3. In 8.2.7 and previous there are functions int4_text() and int8_text(), in 8.3.0 they are missing (not documented that they are removed in the release notes). What I'm supposed to use instead of int8_text() now? (I use

Re: [GENERAL] util/int8.h: missing int8_text() function

2008-04-16 Thread Alvaro Herrera
Michael Enke wrote: > Hi all, > I migrate from 8.1 to 8.3. > In 8.2.7 and previous there are functions int4_text() and int8_text(), > in 8.3.0 they are missing (not documented that they are removed in the > release notes). > What I'm supposed to use instead of int8_text() now? > (I use my own data

Re: [GENERAL] util/int8.h: missing int8_text() function

2008-04-15 Thread Craig Ringer
Michael Enke wrote: > Hi all, > I migrate from 8.1 to 8.3. > In 8.2.7 and previous there are functions int4_text() and int8_text(), > in 8.3.0 they are missing (not documented that they are removed in the > release notes). > What I'm supposed to use instead of int8_text() now? Probably an explicit