Re: BUG #8587: quantile segfaults when quantile out of [0;1] range - Mailing list pgsql-bugs

From Michael Paquier
Subject Re: BUG #8587: quantile segfaults when quantile out of [0;1] range
Date
Msg-id CAB7nPqQboZnsoOayrXkmpsmhqwVrWAmN2PdM7-sdq3Oeff=8Vg@mail.gmail.com
Whole thread Raw
In response to BUG #8587: quantile segfaults when quantile out of [0;1] range  (stephane.wustner@lip6.fr)
Responses Re: BUG #8587: quantile segfaults when quantile out of [0;1] range  (Tomas Vondra <tv@fuzzy.cz>)
List pgsql-bugs
On Tue, Nov 12, 2013 at 2:19 AM,  <stephane.wustner@lip6.fr> wrote:
> The following bug has been logged on the website:
>
> Bug reference:      8587
> Logged by:          strexxx
> Email address:      stephane.wustner@lip6.fr
> PostgreSQL version: 9.3.0
> I know this is not the place to submit for the quantile extension, but the
> git hub new issue button is broken.
All the issues of Postgres should be reported on pgsql-bugs or with
the website UI, the bug tracker on github being disabled.

> 2013-11-11 18:05:53 CET LOG:  server process (PID 28207) was terminated by
> signal 11: Segmentation fault
> 2013-11-11 18:05:53 CET DETAIL:  Failed process was running: select
> quantile(generate_series,50) from generate_series(0,997);
quantile is part of this package on pgxn =>
http://pgxn.org/dist/quantile/. So it would be better to contact the
maintainer, Tomas, directly there to report this bug, even if I am
sure he is watching this ML.

Regards,
--
Michael

pgsql-bugs by date:

Previous
From: Jeffrey Walton
Date:
Subject: fe-secure.c and SSL/TLS
Next
From: Andres Freund
Date:
Subject: Re: Clang 3.3 findings and Illegal Shifts