Re: out or memory error

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: out or memory error
Дата
Msg-id 23409.1144513151@sss.pgh.pa.us
обсуждение исходный текст
Ответ на out or memory error  ("Moginraj Mohandas" <moginmo@gmail.com>)
Список pgsql-novice
"Moginraj Mohandas" <moginmo@gmail.com> writes:
>        Does anybody have any idea on "out of memory" error while inserting
> into a table in psql. I was trying to test the working of my C code which
> adds a new data type called expression to Postgres. When I try to insert
> into the table which has two columns (one integer and the other expression)=
> ,
> it gives me this error.

Sounds to me like a bug in your C code --- most likely, that you haven't
correctly set the length word of a variable-length value.

            regards, tom lane

В списке pgsql-novice по дате отправления:

Предыдущее
От: James Long
Дата:
Сообщение: How to append records into a file which has serial unique IDs?
Следующее
От: george young
Дата:
Сообщение: Re: How to append records into a file which has serial