Re: [GENERAL] problem with floats - Mailing list pgsql-general

From mmaruska@tin.it
Subject Re: [GENERAL] problem with floats
Date
Msg-id 199806240308.FAA02854@linux4.maruska.tin.it
Whole thread Raw
List pgsql-general
> 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 abnormally before or
> while processing the request.

From my (limited) experience, this message occurs when you fail to get a



read the manual (about libpg). Types longer than 4 bytes are referenced exclusively by pointer, you cannot
expect/return the value itself.


bye

pgsql-general by date:

Previous
From: Alex Carobus
Date:
Subject: Re: [GENERAL] problem with floats
Next
From: Michael Yeung
Date:
Subject: ODBC Failure