Re: [PoC] Implementation of distinct in Window Aggregates

From: Ankit Kumar Pandey <itsankitkp(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Cc: David Rowley <dgrowleyml(at)gmail(dot)com>
Subject: Re: [PoC] Implementation of distinct in Window Aggregates
Date: 2023-03-12 08:17:50
Message-ID: b2c25abd-f94f-49ec-644a-666d1f14d957@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Attaching updated patch with a fix for an issue in window function.

I have also fixed naming convention of patch as last patch had
incompatible name.

Note:

1. Pending: Investigation of test cases failures.

Regards,

Ankit

Attachment Content-Type Size
v1-0003-Implement-distinct-in-Window-Aggregates.patch text/x-patch 24.6 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Gilles Darold 2023-03-12 09:04:34 Re: [Proposal] Allow pg_dump to include all child tables with the root table
Previous Message Ankit Kumar Pandey 2023-03-12 07:25:48 Re: [PoC] Implementation of distinct in Window Aggregates