Re: [HACKERS] GSets: Fix bug involving GROUPING and HAVING together

From: Andres Freund <andres(at)anarazel(dot)de>
To: Jeevan Chalke <jeevan(dot)chalke(at)enterprisedb(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>, Postgres-Bugs <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: [HACKERS] GSets: Fix bug involving GROUPING and HAVING together
Date: 2015-07-26 15:14:11
Message-ID: 20150726151411.GC12755@awork2.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers

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!

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Andres Freund 2015-07-26 15:14:56 Re: GSets: Fix bug involving GROUPING and HAVING together
Previous Message Andres Freund 2015-07-26 15:13:25 Re: [HACKERS] Grouping Sets: Fix unrecognized node type bug

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2015-07-26 15:14:56 Re: CustomScan and readfuncs.c
Previous Message Andres Freund 2015-07-26 15:13:25 Re: [HACKERS] Grouping Sets: Fix unrecognized node type bug