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

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

Commit: 0bf2587df46f3b554d62f7628d1d474bda7ddfc5
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-01-28T19:34:28Z
Releases: 8.1.0
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