Re: pgsql: Implement partition-wise grouping/aggregation. - Mailing list pgsql-committers

From Andres Freund
Subject Re: pgsql: Implement partition-wise grouping/aggregation.
Date
Msg-id 20180322210703.qmga3vsxqmiiypci@alap3.anarazel.de
Whole thread Raw
In response to pgsql: Implement partition-wise grouping/aggregation.  (Robert Haas <rhaas@postgresql.org>)
List pgsql-committers
Hi,

On 2018-03-22 16:58:01 +0000, Robert Haas wrote:
> Implement partition-wise grouping/aggregation.

> src/test/regress/expected/partition_aggregate.out | 1393 +++++++++++++++++++++
> src/test/regress/sql/partition_aggregate.sql      |  292 +++++

The new tests break installcheck for me locally. I often, during
development, have max_parallel_workers_per_gather=0 set. Previously that
was not a problem, because select_parallel.sql explicitly set
max_parallel_workers_per_gather=0. The new tests do not...

Greetings,

Andres Freund


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Consider Parallel Append of partial paths for UNION [ALL].
Next
From: Tom Lane
Date:
Subject: pgsql: Improve style guideline compliance of assorted error-reportmess