pgsql: Fix partial aggregation for the case of a degenerate GROUP BY cl

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix partial aggregation for the case of a degenerate GROUP BY cl
Дата
Msg-id E1c4sGh-000773-2o@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix partial aggregation for the case of a degenerate GROUP BY clause.

The plan generated for sorted partial aggregation with "GROUP BY constant"
included a Sort node with no sort keys, which the executor does not like.

Per report from Steve Randall.  I'd add a regression test case if I could
think of a compact one, but it doesn't seem worth expending lots of cycles
on.

Report: <CABVd52UAdGXpg_rCk46egpNKYdXOzCjuJ1zG26E2xBe_8bj+Fg@mail.gmail.com>

Branch
------
REL9_6_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/7defc3b97a31537547053946808a83e7234d1b61

Modified Files
--------------
src/backend/optimizer/plan/planner.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Doc: improve link.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix partial aggregation for the case of a degenerate GROUP BY cl