Re: assertion failure in WITHIN GROUP patch

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: assertion failure in WITHIN GROUP patch
Дата
Msg-id 7896.1387923260@sss.pgh.pa.us
обсуждение исходный текст
Ответ на assertion failure in WITHIN GROUP patch  (Jeff Davis <pgsql@j-davis.com>)
Список pgsql-bugs
Jeff Davis <pgsql@j-davis.com> writes:
> TRAP: FailedAssertion("!(pointer != ((void*)0))", File: "mcxt.c", Line:
> 699)
> LOG:  server process (PID 18750) was terminated by signal 6: Aborted
> DETAIL:  Failed process was running: select percentile_cont(0.5) within
> group (order by a) from big;

Argh.  I'd meant to go back and test that code path in
tuplesort_skiptuples(), but forgot to.  Fixed, thanks.

            regards, tom lane

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

Предыдущее
От: Jeff Davis
Дата:
Сообщение: assertion failure in WITHIN GROUP patch
Следующее
От: Brett Neumeier
Дата:
Сообщение: Re: BUG #8684: Tables with custom range domain type cannot be analyzed