Re: [GENERAL] problem with floats

Поиск
Список
Период
Сортировка
От mmaruska@tin.it
Тема Re: [GENERAL] problem with floats
Дата
Msg-id 199806240308.FAA02854@linux4.maruska.tin.it
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Alex Carobus
Дата:
Сообщение: Re: [GENERAL] problem with floats
Следующее
От: Michael Yeung
Дата:
Сообщение: ODBC Failure