Re: assertion failure in WITHIN GROUP patch

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jeff Davis <pgsql(at)j-davis(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: assertion failure in WITHIN GROUP patch
Date: 2013-12-24 22:14:20
Message-ID: 7896.1387923260@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Jeff Davis <pgsql(at)j-davis(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Brett Neumeier 2013-12-24 22:42:50 Re: BUG #8684: Tables with custom range domain type cannot be analyzed
Previous Message Jeff Davis 2013-12-24 18:59:00 assertion failure in WITHIN GROUP patch