Cause planner to make use of average-column-width statistic that is now

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

Commit: 6cda3ad8feb9b534fe9fb5866bbe5930596d0027
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2001-05-09T00:35:09Z
Releases: 7.2.1
Cause planner to make use of average-column-width statistic that is now
collected by ANALYZE.  Also, add some modest amount of intelligence to
guesses that are used for varlena columns in the absence of any ANALYZE
statistics.  The 'width' reported by EXPLAIN is finally something less
than totally bogus for varlena columns ... and, in consequence, hashjoin
estimating should be a little better ...

Files