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: Martijn van Oosterhout <kleptog(at)cupid(dot)suninternet(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: problem with NOTICE: _outNode: don't know how to print type
Date: 2000-05-25 22:49:03
Message-ID: 473.959294943@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:
> It seems that there needs to be a union and a subselect.

Yes.

> And the really curious thing is that this problem seems
> to depend on which redhat version there is!

It was trying to interpret a pointer-to-character-string as
a pointer to a Node, so the results would be quite machine-
dependent. This didn't have any effect on execution of the
query, only on display of the parsetree in the postmaster log;
but in the worst-case scenario you could see a coredump from
the printout routine following a nonaligned pointer or some such.

Fixed for 7.0.1.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2000-05-25 23:01:16 Re: Limits on PostgreSQL
Previous Message Herbert Liechti 2000-05-25 21:47:14 Re: postgresql and perl?