Improve planner's estimation of the space needed for HashAgg plans:

Tom Lane <tgl@sss.pgh.pa.us>

Commit: a098f533d15efe5552c0b6cd661cc123231c8c54
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-01-28T19:36:33Z
Releases: 8.0.1
Improve planner's estimation of the space needed for HashAgg plans:
look at the actual aggregate transition datatypes and the actual overhead
needed by nodeAgg.c, instead of using pessimistic round numbers.
Per a discussion with Michael Tiemann.

Files