diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2016-11-10 11:31:56 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2016-11-10 11:31:56 -0500 |
commit | 7defc3b97a31537547053946808a83e7234d1b61 (patch) | |
tree | 67007796858e47b04d104d2fb0e3a773e68e26dc /src/backend/executor/nodeSubplan.c | |
parent | c32e05bce74cbb965f8f847d65caa20947b4d2bb (diff) | |
download | postgresql-7defc3b97a31537547053946808a83e7234d1b61.tar.gz postgresql-7defc3b97a31537547053946808a83e7234d1b61.zip |
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>
Diffstat (limited to 'src/backend/executor/nodeSubplan.c')
0 files changed, 0 insertions, 0 deletions