Re: cache lookup of relation 165058647 failed

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Juris Krumins <juriskr@komin.lv>
Cc: Richard Huxton <dev@archonet.com>, pgsql-general@postgresql.org
Date: 2004-04-14T15:24:25Z
Lists: pgsql-bugs, pgsql-general
Juris Krumins <juriskr@komin.lv> writes:
> So bacicaly we have only 4 places, which cane generate errors like that,
> and all this places refer to HeapTupleIsValid function.

Hmm.  What's even more interesting is that none of them are in places
that I would expect to be called during a CREATE TABLE AS operation.
Can you dig into it a bit more and find out which one is failing?
A stack trace back from the error would be useful too.

			regards, tom lane