Re: foreign_key regression test fails on Solaris 2.6

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: pascal@fairware.org, pgsql-bugs@postgresql.org
Date: 2000-08-28T20:39:02Z
Lists: 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