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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Ari Jolma <ajolma(at)water(dot)hut(dot)fi>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: problem with NOTICE: _outNode: don't know how to print type
Date: 2000-05-25 15:18:26
Message-ID: 22867.959267906@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Ari Jolma <ajolma(at)water(dot)hut(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Martijn van Oosterhout 2000-05-25 15:19:52 Re: problem with NOTICE: _outNode: don't know how to print type
Previous Message Tom Lane 2000-05-25 15:15:33 Re: table rename oddity