diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2012-09-13 11:31:47 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2012-09-13 11:32:42 -0400 |
commit | 269dbaf7076c96b3301abb7571fde42e183bf363 (patch) | |
tree | a75d9fd86a463dbf78d567c69152a3afc70d5040 /src/tutorial/funcs.c | |
parent | adff00ad06c60419bb3cf282190d94ddf78d6db1 (diff) |
Fix case of window function + aggregate + GROUP BY expression.
In commit 1bc16a946008a7cbb33a9a06a7c6765a807d7f59 I added a minor
optimization to drop the component variables of a GROUP BY expression from
the target list computed at the aggregation level of a query, if those Vars
weren't referenced elsewhere in the tlist. However, I overlooked that the
window-function planning code would deconstruct such expressions and thus
need to have access to their component variables. Fix it to not do that.
While at it, I removed the distinction between volatile and nonvolatile
window partition/order expressions: the code now computes all of them
at the aggregation level. This saves a relatively expensive check for
volatility, and it's unclear that the resulting plan isn't better anyway.
Per bug #7535 from Louis-David Mitterrand. Back-patch to 9.2.
Diffstat (limited to 'src/tutorial/funcs.c')
0 files changed, 0 insertions, 0 deletions