Re: WIP Patch for GROUPING SETS phase 1

From: Svenne Krap <svenne(at)krap(dot)dk>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: WIP Patch for GROUPING SETS phase 1
Date: 2015-03-13 12:43:26
Message-ID: 20150313124326.2548.55507.pgcf@coridan.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Patch from message (87d24iukc5(dot)fsf(at)news-spur(dot)riddles(dot)org(dot)uk) fails (tried to apply on top of ebc0f5e01d2f ), as b55722692 has broken up the line (in src/backend/optimizer/util/pathnode.c):

pathnode->path.rows = estimate_num_groups(root, uniq_exprs, rel->rows);

After patching the added parameter (NULL) in by hand, the build fails as src/backend/optimizer/path/indxpath.c:1953 misses the new argument as well - this change is not in the patch.

/Svenne

The new status of this patch is: Waiting on Author

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2015-03-13 12:52:29 Re: Reduce pinning in btree indexes
Previous Message Amit Kapila 2015-03-13 12:17:46 Re: Parallel Seq Scan