OSDN Git Service

Clamp the output of estimate_hash_bucketsize() to a sane range;
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 26 Dec 2002 23:38:42 +0000 (23:38 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 26 Dec 2002 23:38:42 +0000 (23:38 +0000)
commitf772e6cbf7f24245d59c4429f24a9c8cc4a9e38c
treeda03f9dcb146106dd654c2cf811d1a86b1257da8
parent1dfbbd51e778c924b2958c69308adf02681d0801
Clamp the output of estimate_hash_bucketsize() to a sane range;
per example from Bruno Wolff in which it produced a silly result.
src/backend/optimizer/path/costsize.c