Re: [HACKERS] GSets: Fix bug involving GROUPING and HAVING together - Mailing list pgsql-bugs

From Andres Freund
Subject Re: [HACKERS] GSets: Fix bug involving GROUPING and HAVING together
Date
Msg-id 20150726151411.GC12755@awork2.anarazel.de
Whole thread Raw
In response to GSets: Fix bug involving GROUPING and HAVING together  (Jeevan Chalke <jeevan.chalke@enterprisedb.com>)
List pgsql-bugs
On 2015-07-14 14:51:09 +0530, Jeevan Chalke wrote:
> Fix this by adding GroupingFunc node in this walker.  We do it correctly in
> contain_aggs_of_level_walker() in which we have handling for GroupingFunc
> there.
> 
> Attached patch to fix this.

Pushed, thanks for fix!



pgsql-bugs by date:

Previous
From: Andres Freund
Date:
Subject: Re: [HACKERS] Grouping Sets: Fix unrecognized node type bug
Next
From: Andres Freund
Date:
Subject: Re: [HACKERS] GSets: Fix bug involving GROUPING and HAVING together