regression failures

From: Joe Conway <mail(at)joeconway(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgreSQL(dot)org>
Subject: regression failures
Date: 2002-11-23 06:04:14
Message-ID: 3DDF1A5E.7080702@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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)

Joe

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Rod Taylor 2002-11-23 14:09:35 Re: regression failures
Previous Message Josh Berkus 2002-11-23 04:18:22 Re: performance of insert/delete/update