Re: AW: [HACKERS] Core dump in regression tests. - Mailing list pgsql-hackers

From David Hartwig
Subject Re: AW: [HACKERS] Core dump in regression tests.
Date
Msg-id 35ED7100.3B91B714@insightdist.com
Whole thread Raw
In response to AW: [HACKERS] Core dump in regression tests.  (Andreas Zeugswetter <andreas.zeugswetter@telecom.at>)
List 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.



pgsql-hackers by date:

Previous
From: David Hartwig
Date:
Subject: Re: [HACKERS] Release 6.4. where is it?
Next
From: David Hartwig
Date:
Subject: Re: [HACKERS] Core dump in regression tests.