Removed assertions [skip ci]

This commit is contained in:
Andrew Kane
2024-10-10 09:36:17 -07:00
parent 25fae23fc3
commit 8e1a2715ea

View File

@@ -209,9 +209,6 @@ hnswcostestimate(PlannerInfo *root, IndexPath *path, double loop_count,
*indexSelectivity = costs.indexSelectivity; *indexSelectivity = costs.indexSelectivity;
*indexCorrelation = costs.indexCorrelation; *indexCorrelation = costs.indexCorrelation;
*indexPages = costs.numIndexPages; *indexPages = costs.numIndexPages;
Assert(*indexStartupCost >= 0);
Assert(*indexTotalCost >= *indexStartupCost);
} }
/* /*