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

From: David Hartwig <daveh(at)insightdist(dot)com>
To: Andreas Zeugswetter <andreas(dot)zeugswetter(at)telecom(dot)at>
Cc: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>, "hackers(at)postgreSQL(dot)org" <hackers(at)postgreSQL(dot)org>
Subject: Re: AW: [HACKERS] Core dump in regression tests.
Date: 1998-09-02 16:23:28
Message-ID: 35ED7100.3B91B714@insightdist.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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(at)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.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message David Hartwig 1998-09-02 16:29:25 Re: [HACKERS] Release 6.4. where is it?
Previous Message David Hartwig 1998-09-02 16:17:36 Re: [HACKERS] Core dump in regression tests.