Skip to content
Snippets Groups Projects
Commit 763ff8ae authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Remove Query->qry_aggs and qry_numaggs and replace with Query->hasAggs.

Pass List* of Aggregs into executor, and create needed array there.
No longer need to double-processs Aggregs with second copy in Query.

Fix crash when doing:

	select sum(x+1) from test where 1 > 0;
parent f22d8e66
No related branches found
No related tags found
Loading
Showing
with 173 additions and 272 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment