]> granicus.if.org Git - postgresql/commit
Fix planning bug introduced in recent code reorganization for hashed
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 14 Nov 2002 19:00:36 +0000 (19:00 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 14 Nov 2002 19:00:36 +0000 (19:00 +0000)
commit89caf56b86393b1caf887294d000bbc983f16c70
tree4142514acda262c520eae49e76b882d786533038
parent65fbc29956a99e32269a5255020e0be964353af4
Fix planning bug introduced in recent code reorganization for hashed
aggregates: tuple_fraction has to be adjusted before passing it to
compare_fractional_path_costs().
src/backend/optimizer/plan/planner.c