diff --git a/src/hnsw.c b/src/hnsw.c index 632fa75..ac3e5f1 100644 --- a/src/hnsw.c +++ b/src/hnsw.c @@ -209,9 +209,6 @@ hnswcostestimate(PlannerInfo *root, IndexPath *path, double loop_count, *indexSelectivity = costs.indexSelectivity; *indexCorrelation = costs.indexCorrelation; *indexPages = costs.numIndexPages; - - Assert(*indexStartupCost >= 0); - Assert(*indexTotalCost >= *indexStartupCost); } /*