Re: [HACKERS] query dumping core

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] query dumping core
Дата
Msg-id 13008.925623751@sss.pgh.pa.us
обсуждение исходный текст
Ответ на query dumping core  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список pgsql-hackers
Bruce Momjian <maillist@candle.pha.pa.us> writes:
> Here it is.  I think Tom mentioned this problem.

> select date_trunc('month',transdate), sum(quantity) from wolf group by
> 1 order by 1
> pqReadData() -- backend closed the channel unexpectedly.

Yeah, this is another one of the GROUP-BY-nontrivial-expression
problems.  I'm on it.  It looks like the HAVING patch broke the
interaction between union_planner() and make_groupPlan().
I'm trying to restructure that code in a way that's more
intelligible, as well as correct...
        regards, tom lane


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: query dumping core
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: Re: [HACKERS] Re: SIGBUS in AllocSetAlloc & jdbc