]> granicus.if.org Git - postgresql/commit
Adjust costsize calculations to avoid introducing unnecessary roundoff
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 13 Dec 2002 17:29:25 +0000 (17:29 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 13 Dec 2002 17:29:25 +0000 (17:29 +0000)
commit77b7a740f95250af7d78f69e9c906c3e53f32e7b
tree92c14845b82249d684fd6ffa45b80baac365ce60
parent023ff17178aaed9ef94e6e8e7620e1d0e4ffa44b
Adjust costsize calculations to avoid introducing unnecessary roundoff
error.  This seems to explain the differing choice of plan that's been
causing geometry regress test to fail for the last few days.
src/backend/optimizer/path/costsize.c