| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | "Moginraj Mohandas" <moginmo(at)gmail(dot)com> |
| Cc: | pgsql-novice(at)postgresql(dot)org |
| Subject: | Re: out or memory error |
| Date: | 2006-04-08 16:19:11 |
| Message-ID: | 23409.1144513151@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-novice |
"Moginraj Mohandas" <moginmo(at)gmail(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | george young | 2006-04-09 02:21:14 | Re: How to append records into a file which has serial |
| Previous Message | danmcb | 2006-04-08 15:37:25 | advice on setting up schema sought |