equal: don't know whether nodes of type 600 are equal

From: Vadim Mikheev <vadim(at)krs(dot)ru>
To: hackers(at)postgresql(dot)org
Subject: equal: don't know whether nodes of type 600 are equal
Date: 1999-01-29 07:07:22
Message-ID: 36B15E2A.CAC442C@krs.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

regression=> SELECT 1 AS two UNION SELECT 2;
NOTICE: equal: don't know whether nodes of type 600 are equal
two
---
1
2
(2 rows)

gdb:

#0 equal (a=0x179f10, b=0x1c1490) at equalfuncs.c:746
#1 0x7bf4d in remove_duplicates (list=0x167d90) at prepqual.c:563
#2 0x7b86a in qual_cleanup (qual=0x168f50) at prepqual.c:234
#3 0x7b48e in cnfify (qual=0x168790, removeAndFlag=1 '\001') at prepqual.c:76
#4 0xba22a in Except_Intersect_Rewrite (parsetree=0x179f10)
^^^^^^^^^^^^^^^^^^^^^^^^
at rewriteHandler.c:2842

Vadim

Browse pgsql-hackers by date

  From Date Subject
Next Message Zeugswetter Andreas IZ5 1999-01-29 08:37:34 AW: [HACKERS] Another TEMP table trick
Previous Message Bruce Momjian 1999-01-29 06:43:08 Re: [HACKERS] TEMP table code