Re: [HACKERS] inherited GROUP BY is busted ... I need some help here

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] inherited GROUP BY is busted ... I need some help here
Date: 1999-09-22 01:19:30
Message-ID: 24721.937963170@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us> writes:
> Tom, is this still an open item?

That particular coredump seems to be fixed. There might be some other
problems lurking with inherited queries, but this thread can be
written off I think...

>> I've been chasing Chris Bitmead's coredump report from earlier today.
>> I find that it can be reproduced very easily. For example:
>> regression=> select f1 from int4_tbl group by f1;
>> < no problem >
>> regression=> select f1 from int4_tbl* group by f1;
>> < core dump >
>>
>> (You may get unstable behavior rather than a reliable core dump
>> if you are not configured --enable-cassert.)

regards, tom lane

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 1999-09-22 01:27:34 Re: [HACKERS] Problems with src/pl/tcl/mkMakefile.tcldefs.sh.in in 6.5
Previous Message Tom Lane 1999-09-22 01:16:43 Re: [HACKERS] strange behavior of UPDATE