Re: pgsql: Implement partition-wise grouping/aggregation.

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: pgsql: Implement partition-wise grouping/aggregation.
Дата
Msg-id 20180322210703.qmga3vsxqmiiypci@alap3.anarazel.de
обсуждение исходный текст
Ответ на pgsql: Implement partition-wise grouping/aggregation.  (Robert Haas <rhaas@postgresql.org>)
Список 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 по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Consider Parallel Append of partial paths for UNION [ALL].
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Improve style guideline compliance of assorted error-reportmess