Regression test failure on 7.0-STABLE

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Regression test failure on 7.0-STABLE
Date: 2000-05-28 04:56:22
Message-ID: 20000528135622M.t-ishii@sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

I saw some errors on the regression test, and they are new to me.
Here are the output from checkresults.

====== rules ======
1168d1167
< pg_indexes | SELECT c.relname AS tablename, i.relname AS indexname, pg_get_indexdef(x.indexrelid) AS indexdef FROM pg_index x, pg_class c, pg_class i WHERE ((c.oid = x.indrelid) AND (i.oid = x.indexrelid));
1187c1186
< (20 rows)
---
> (19 rows)
====== foreign_key ======
11a12
> NOTICE: _outNode: don't know how to print type 726
235a237
> NOTICE: _outNode: don't know how to print type 726

I guess the error on foreign_key is caused by -d 3 turned on(does this
hurt anything?) But what about the rules?

Linux RedHat 4.2, multibyte support enabled.
--
Tatsuo Ishii

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2000-05-28 05:28:04 Re: Berkeley DB...
Previous Message Mikheev, Vadim 2000-05-28 04:44:52 RE: Berkeley DB...