Re: [HACKERS] WIP: Aggregation push-down
Michael Paquier <michael.paquier@gmail.com>
From: Michael Paquier <michael.paquier@gmail.com>
To: Antonin Houska <ah@cybertec.at>
Cc: PostgreSQL mailing lists <pgsql-hackers@postgresql.org>
Date: 2017-11-30T04:15:24Z
Lists: pgsql-hackers
On Sat, Nov 4, 2017 at 12:33 AM, Antonin Houska <ah@cybertec.at> wrote: > I'm not about to add any other features now. Implementation of the missing > parts (see the TODO comments in the code) is the next step. But what I'd > appreciate most is a feedback on the design. Thanks. I am getting a conflict after applying patch 5 but this did not get any reviews so moved to next CF with waiting on author as status. -- Michael
Commits
-
Move estimate_hashagg_tablesize to selfuncs.c, and widen result to double.
- 0c7d53793079 12.0 landed
-
Remove unnecessairly duplicated gram.y productions
- b9a3ef55b253 10.0 cited