postgresql/src/include/nodes
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
..
execnodes.h Used modified version of indent that understands over 100 typedefs. 1997-09-08 21:56:23 +00:00
makefuncs.h Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00
memnodes.h Used modified version of indent that understands over 100 typedefs. 1997-09-08 21:56:23 +00:00
nodeFuncs.h Break parser functions into smaller files, group together. 1997-11-25 22:07:18 +00:00
nodes.h Bye CursorStmt, now use SelectStmt. 1998-01-10 04:30:11 +00:00
params.h Used modified version of indent that understands over 100 typedefs. 1997-09-08 21:56:23 +00:00
parsenodes.h Remove Query->qry_aggs and qry_numaggs and replace with Query->hasAggs. 1998-01-15 19:00:16 +00:00
pg_list.h Used modified version of indent that understands over 100 typedefs. 1997-09-08 21:56:23 +00:00
plannodes.h Remove Query->qry_aggs and qry_numaggs and replace with Query->hasAggs. 1998-01-15 19:00:16 +00:00
primnodes.h Fix for count(*), aggs with views and multiple tables and sum(3). 1998-01-04 04:31:43 +00:00
print.h Used modified version of indent that understands over 100 typedefs. 1997-09-08 21:56:23 +00:00
readfuncs.h Cleanup up include files. 1997-11-26 01:14:33 +00:00
relation.h Used modified version of indent that understands over 100 typedefs. 1997-09-08 21:56:23 +00:00