Re: AW: [HACKERS] Core dump in regression tests.

David Hartwig <daveh@insightdist.com>

From: David Hartwig <daveh@insightdist.com>
To: Andreas Zeugswetter <andreas.zeugswetter@telecom.at>
Cc: Bruce Momjian <maillist@candle.pha.pa.us>, "hackers@postgreSQL.org" <hackers@postgreSQL.org>
Date: 1998-09-02T16:23:28Z
Lists: pgsql-hackers

Andreas Zeugswetter wrote:

> regression=> CREATE INDEX onek_unique2 ON onek USING btree(unique2 int4_ops);
> CREATE
> regression=> select * from onek;
> ERROR:  RelationCatalogInformation: Relation 19284 not found
> regression=> \q
> postgres@zeus:/usr/postgres/src/test/regress> psql regression
> regression=> select * from onek;
> ERROR:  onek: Table does not exist.
>

That's  the one.   See my earlier posting about the state of the pg_class tuple.