> I was trying to use some c code to return floats to postgres but I keep
> getting the following error :
>
> template1=> select oner();
> PQexec() -- Request was sent to backend, but backend closed the channel before
> responding. This probably means the backend terminate
Sorry, I forgot to mention that the program works when all the float8's are
replaced by int4's.
Any other ideas?
-Alex
> > I was trying to use some c code to return floats to postgres but I keep
> > getting the following error :
> >
> > template1=> select oner();
> > PQexe
> I was trying to use some c code to return floats to postgres but I keep
> getting the following error :
>
> template1=> select oner();
> PQexec() -- Request was sent to backend, but backend closed the channel before
> responding. This probably means the backend terminated