Re: foreign_key regression test fails on Solaris 2.6 - Mailing list pgsql-bugs

From Tom Lane
Subject Re: foreign_key regression test fails on Solaris 2.6
Date
Msg-id 18381.967495142@sss.pgh.pa.us
Whole thread Raw
In response to foreign_key regression test fails on Solaris 2.6  (pgsql-bugs@postgresql.org)
List pgsql-bugs
pgsql-bugs@postgresql.org writes:
> Running the regression test on PostgreSQL 7.0.2 on Solaris 2.6 (SPARC)
> fails with error message '_outNode: don't know how to print type 726',

This is not a platform-specific issue.  Rather, I'll bet you are running
the postmaster with -d set high enough to trigger parsetree dumps into
the postmaster log.  There's some missing code for dumping foreign-key
parsetrees.  It's pretty harmless, really...

            regards, tom lane

pgsql-bugs by date:

Previous
From: pgsql-bugs@postgresql.org
Date:
Subject: foreign_key regression test fails on Solaris 2.6
Next
From: pgsql-bugs@postgresql.org
Date:
Subject: JDBC: allow update of Date-Columns with NULL