Re: [HACKERS] Removing useless DISTINCT clauses - Mailing list pgsql-hackers

From David Rowley
Subject Re: [HACKERS] Removing useless DISTINCT clauses
Date
Msg-id CAKJS1f9DM16fpWtZUR+QYtt=a=aFfiPpKYUNwDFqrytvRMWFsA@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] Removing useless DISTINCT clauses  (David Rowley <david.rowley@2ndquadrant.com>)
Responses Re: [HACKERS] Removing useless DISTINCT clauses
List pgsql-hackers
On 6 January 2018 at 23:08, David Rowley <david.rowley@2ndquadrant.com> wrote:
>> I think remove_functionally_dependant_groupclauses should have a more
>> generic name, like remove_functionally_dependant_clauses.
>
> It's been a while since I looked at this. I remember thinking
> something similar at the time but I must have not changed it.
>
> I'll look again and post an updated patch.

I've attached a patch that renames the function as you've suggested.

Thanks again for the review.

-- 
 David Rowley                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services

Attachment

pgsql-hackers by date:

Previous
From: David Rowley
Date:
Subject: Re: [HACKERS] Runtime Partition Pruning
Next
From: Simon Riggs
Date:
Subject: Re: FOR EACH ROW triggers on partitioned tables