Re: problem with NOTICE: _outNode: don't know how to print type

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

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Ari Jolma <ajolma@water.hut.fi>
Cc: pgsql-general@postgresql.org
Date: 2000-05-25T15:18:26Z
Lists: pgsql-general
Ari Jolma <ajolma@water.hut.fi> writes:
> template1=> create table a (a int);
> CREATE
> template1=> select a from a union select a from a where a in (select a from
> a);
> NOTICE:  _outNode: don't know how to print type 1044119613 
> NOTICE:  _outNode: don't know how to print type 1044119613 

Interesting.  I take it you have a fairly high -d level enabled (high
enough to make parse/plan trees be dumped to the postmaster log).  These
notices are pretty harmless, since they just indicate that the dumper
routine found something it couldn't deal with, but perhaps there is a
more serious problem lurking underneath.  Will look.

			regards, tom lane