Re: [HACKERS] exposing float8-as-value to PGXS/makefiles

2011-05-20 Thread Alvaro Herrera
Excerpts from Michael Glaesemann's message of vie may 20 15:07:27 -0400 2011: > > On May 20, 2011, at 12:51, Alvaro Herrera wrote: > > > Excerpts from Tom Lane's message of vie may 20 12:43:25 -0400 2011: > >> Alvaro Herrera writes: > >>> I was just messing around with a datatype that's based in

Re: [HACKERS] exposing float8-as-value to PGXS/makefiles

2011-05-20 Thread Michael Glaesemann
On May 20, 2011, at 12:51, Alvaro Herrera wrote: > Excerpts from Tom Lane's message of vie may 20 12:43:25 -0400 2011: >> Alvaro Herrera writes: >>> I was just messing around with a datatype that's based in int64 >>> representation. Pretty much everything (seems to) work cleanly, but one >>> pr

Re: [HACKERS] exposing float8-as-value to PGXS/makefiles

2011-05-20 Thread Alvaro Herrera
Excerpts from Tom Lane's message of vie may 20 12:43:25 -0400 2011: > Alvaro Herrera writes: > > I was just messing around with a datatype that's based in int64 > > representation. Pretty much everything (seems to) work cleanly, but one > > problem I have is that I cannot build the correct CREATE

Re: [HACKERS] exposing float8-as-value to PGXS/makefiles

2011-05-20 Thread Tom Lane
Alvaro Herrera writes: > I was just messing around with a datatype that's based in int64 > representation. Pretty much everything (seems to) work cleanly, but one > problem I have is that I cannot build the correct CREATE TYPE sentence > in the .sql.in file to actually install the type, because t

[HACKERS] exposing float8-as-value to PGXS/makefiles

2011-05-20 Thread Alvaro Herrera
Hi, I was just messing around with a datatype that's based in int64 representation. Pretty much everything (seems to) work cleanly, but one problem I have is that I cannot build the correct CREATE TYPE sentence in the .sql.in file to actually install the type, because there's no easy way to figur