Re: [GENERAL] problem with floats

1998-06-23 Thread mmaruska
> 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

Re: [GENERAL] problem with floats

1998-06-23 Thread Alex Carobus
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

Re: [GENERAL] problem with floats

1998-06-23 Thread Bruce Tong
> 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