Re: Statistical aggregate functions are not working with partitionwise aggregate

2019-05-03 Thread Jeevan Chalke
On Fri, May 3, 2019 at 2:56 PM Rajkumar Raghuwanshi < rajkumar.raghuwan...@enterprisedb.com> wrote: > Hi, > > On PG-head, Some of statistical aggregate function are not giving correct > output when enable partitionwise aggregate while same is working on v11. > I had a quick look over this and

Statistical aggregate functions are not working with partitionwise aggregate

2019-05-03 Thread Rajkumar Raghuwanshi
Hi, On PG-head, Some of statistical aggregate function are not giving correct output when enable partitionwise aggregate while same is working on v11. below are some of examples. CREATE TABLE tbl(a int2,b float4) partition by range(a); create table tbl_p1 partition of tbl for values from