Bruce Momjian <maillist@candle.pha.pa.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