Re: [PoC] Implementation of distinct in Window Aggregates: take two

2024-02-01 Thread vignesh C
On Wed, 8 Nov 2023 at 11:46, Shlok Kyal wrote: > > Hi, > > I went through the Cfbot, and some of the test cases are failing for > this patch. It seems like some tests are crashing: >

Re: [PoC] Implementation of distinct in Window Aggregates: take two

2023-11-07 Thread Shlok Kyal
Hi, I went through the Cfbot, and some of the test cases are failing for this patch. It seems like some tests are crashing: https://api.cirrus-ci.com/v1/artifact/task/6291153444667392/crashlog/crashlog-postgres.exe_03b0_2023-11-07_10-41-39-624.txt [10:46:56.546] Summary of Failures:

[PoC] Implementation of distinct in Window Aggregates: take two

2023-08-27 Thread Ankit Pandey
Hi, This is reopening of thread: https://www.postgresql.org/message-id/flat/2ef6b491-1946-b606-f064-d9ea79d91463%40gmail.com#14e0bdb6872c0b26023d532eeb943d3e This is a PoC patch which implements distinct operation in window aggregates (without order by and for single column aggregation, final