Details
Description
In BTreeCostController the recursive row estimate can sometimes return more rows than exists in the table. In Sane server an ASSERT would be thrown. Simple change is to just always make the max estimation be all the rows in the table.