Re: Insert fail: could not open relation with OID 3221204992 - Mailing list pgsql-general

From Tom Lane
Subject Re: Insert fail: could not open relation with OID 3221204992
Date
Msg-id 25042.1174684794@sss.pgh.pa.us
Whole thread Raw
In response to Re: Insert fail: could not open relation with OID 3221204992  (araza@esri.com)
Responses Re: Insert fail: could not open relation with OID 3221204992  (araza@esri.com)
Re: COPY losing information  (Jaime Silvela <JSilvela@Bear.com>)
List pgsql-general
"Ale Raza" <araza@esri.com> writes:
> Breakpoint 3, #####_Recv (fcinfo=0xbfffa3a0) at binary.c:138
> 138             StringInfo src_buf = (StringInfo)
> PG_DETOAST_DATUM(PG_GETARG_DATUM(0));
> (gdb) p *src_buf
> Cannot access memory at address 0x0

At the point where you've stopped, src_buf hasn't been assigned to yet.

            regards, tom lane

pgsql-general by date:

Previous
From: "Merlin Moncure"
Date:
Subject: Re: question: knopixx and postgresql on flash drive
Next
From: "Merlin Moncure"
Date:
Subject: Re: concurrency in stored procedures