Re: regression failures

From: Rod Taylor <rbt(at)rbt(dot)ca>
To: Joe Conway <mail(at)joeconway(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: regression failures
Date: 2002-11-23 14:09:35
Message-ID: 1038060574.97475.8.camel@jester
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, 2002-11-23 at 01:04, Joe Conway wrote:
> I'm getting lots of regression failures:
>
> ========================
> 25 of 89 tests failed.
> ========================
>
> all pretty much looking like:
>
> SELECT '' AS one, o.* FROM OID_TBL o WHERE o.f1 = 1234;
> ! ERROR: Relation "pg_constraint_contypid_index" does not exist
> SELECT '' AS five, o.* FROM OID_TBL o WHERE o.f1 <> '1234';
>
> I guess a recent change requires an initdb but no change was forced?
> (...an initdb does in fact fix the problem -- now only the "misc" test fails)

You're right. I added an index to pg_constraint and had completely
forgotten about it.

Sorry. Could someone bump CATALOG_VERSION_NO?

--
Rod Taylor <rbt(at)rbt(dot)ca>

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Ron Johnson 2002-11-23 15:06:00 Re: performance of insert/delete/update
Previous Message Joe Conway 2002-11-23 06:04:14 regression failures