Re: Insert fail: could not open relation with OID 3221204992

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Ale Raza" <araza(at)esri(dot)com>
Cc: "postgresql-general" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Insert fail: could not open relation with OID 3221204992
Date: 2007-03-22 18:41:28
Message-ID: 20685.1174588888@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Ale Raza" <araza(at)esri(dot)com> writes:
> No problem without shape column. I can load all data.

What I thought :-(

> My concern is:
> - Why it's an issue on Linux not on windows? In both cases it's a window
> client.

Platform-dependent bug in your code, likely. Without seeing the code
it's impossible to speculate much further, but I'd look first for places
that scribble on memory not allocated to you (perhaps due to a
miscalculation of the size needed for a dynamically-allocated object).

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Arturo Perez 2007-03-22 18:57:10 Re: multi terabyte fulltext searching
Previous Message William Garrison 2007-03-22 18:40:03 Re: Bug in CREATE/DROP TABLESPACE command