Re: [GENERAL] problem with floats

From: mmaruska(at)tin(dot)it
To: Alex Carobus <acarobus(at)atl(dot)lmco(dot)com>
Cc: pgsql-general(at)postgreSQL(dot)org
Subject: Re: [GENERAL] problem with floats
Date: 1998-06-24 03:08:37
Message-ID: 199806240308.FAA02854@linux4.maruska.tin.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-general by date

  From Date Subject
Next Message Michael Yeung 1998-06-24 04:31:25 ODBC Failure
Previous Message Alex Carobus 1998-06-23 20:35:39 Re: [GENERAL] problem with floats