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

From stephane.wustner@lip6.fr
Subject BUG #8587: quantile segfaults when quantile out of [0;1] range
Date
Msg-id E1Vfv9Y-0003hI-UZ@wrigleys.postgresql.org
Whole thread Raw
Responses Re: BUG #8587: quantile segfaults when quantile out of [0;1] range  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-bugs
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
Operating system:   ubuntu 13.04
Description:

I know this is not the place to submit for the quantile extension, but the
git hub new issue button is broken.


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);


I know quantile expect double precision within [0;1], but, maybe you would
like to know it segfaults.

pgsql-bugs by date:

Previous
From: tom.ty89@gmail.com
Date:
Subject: BUG #8589: compression is "skipped" for pg_dump custom format when piped in python
Next
From: Jeffrey Walton
Date:
Subject: Re: BUG #8588: Need work arounds for Apple unaligned access