Re: ERROR: cache lookup failed for type 0 - Mailing list pgsql-general

From Greg Stark
Subject Re: ERROR: cache lookup failed for type 0
Date
Msg-id 874qhs4f7j.fsf@stark.xeocode.com
Whole thread Raw
In response to Re: ERROR: cache lookup failed for type 0  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: ERROR: cache lookup failed for type 0  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Tom Lane <tgl@sss.pgh.pa.us> writes:

> Tzahi Fadida <tzahi_ml@myrealbox.com> writes:
> > well, I tried the heap_deformtuple and I am getting now:
> > select testgetrows();
> > server closed the connection unexpectedly
>
> You didn't palloc the values array.  Any reasonable compiler would have
> warned you about that BTW.  If you don't have compiler warnings enabled,
> learn to use them.

I think with gcc this type of warning is only enabled when you're compiling
with optimizations. Most people don't compile with optimizations enabled when
developing.

--
greg

pgsql-general by date:

Previous
From: "Alam Surya"
Date:
Subject: Re: MS-SQL to PostgreSQL
Next
From: Tom Lane
Date:
Subject: Re: ERROR: cache lookup failed for type 0