Files
postgres/src/include
Bruce Momjian 763ff8aef8 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;
1998-01-15 19:00:16 +00:00
..
1997-11-26 01:14:33 +00:00
1998-01-11 21:03:10 +00:00
1997-11-26 01:14:33 +00:00
1998-01-11 21:03:10 +00:00
1997-11-10 05:10:50 +00:00
1997-12-20 04:26:27 +00:00