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: Thu, 22 Mar 2007 14:41:28 -0400
- Message-id: <20685(dot)1174588888(at)sss(dot)pgh(dot)pa(dot)us>
"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
Home |
Main Index |
Thread Index