regression failures - Mailing list pgsql-hackers

From Joe Conway
Subject regression failures
Date
Msg-id 3DDF1A5E.7080702@joeconway.com
Whole thread Raw
Responses Re: regression failures
Re: regression failures
List 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



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Fw: Missing file from CVS?
Next
From: Rod Taylor
Date:
Subject: Re: regression failures