Tweak planner to use a minimum size estimate of 10 pages for a

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

Commit: b741e9d4199e03b40c68c6a6a2ac935fb09d983a
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-03-24T19:15:11Z
Releases: 8.0.2
Tweak planner to use a minimum size estimate of 10 pages for a
never-yet-vacuumed relation.  This restores the pre-8.0 behavior of
avoiding seqscans during initial data loading, while still allowing
reasonable optimization after a table has been vacuumed.  Several
regression test cases revert to 7.4-like behavior, which is probably
a good sign.  Per gripes from Keith Browne and others.

Files