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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] inherited GROUP BY is busted ... I need some help here
Дата
Msg-id 24721.937963170@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] inherited GROUP BY is busted ... I need some help here  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список pgsql-hackers
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


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] strange behavior of UPDATE
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Problems with src/pl/tcl/mkMakefile.tcldefs.sh.in in 6.5