Re: Re: FILTER for aggregates [was Re: Department of Redundancy Department: makeNode(FuncCall) division]

From: Noah Misch <noah(at)leadboat(dot)com>
To: David Fetter <david(at)fetter(dot)org>
Cc: Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com>, PG Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Re: FILTER for aggregates [was Re: Department of Redundancy Department: makeNode(FuncCall) division]
Date: 2013-07-17 00:31:15
Message-ID: 20130717003115.GD55849@tornado.leadboat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Jul 15, 2013 at 11:43:04AM -0700, David Fetter wrote:
> On Sun, Jul 14, 2013 at 10:15:12PM -0400, Noah Misch wrote:
> > See attached patch revisions. The first patch edits find_minmax_aggs_walker()
> > per my comments just now. The second is an update of your FILTER patch with
> > the changes to which I alluded above; it applies atop the first patch. Would
> > you verify that I didn't ruin anything? Barring problems, will commit.

> Tested your changes. They pass regression, etc. :)

Committed.

--
Noah Misch
EnterpriseDB http://www.enterprisedb.com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2013-07-17 01:55:41 Adding optionally commit number in PG_VERSION_STR
Previous Message Noah Misch 2013-07-17 00:30:06 Re: findDependentObjects() mutual exclusion vs. MVCC catalog scans