From 8e1a2715ea6359e8a685302e6516b53a395c1121 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Thu, 10 Oct 2024 09:36:17 -0700 Subject: [PATCH] Removed assertions [skip ci] --- src/hnsw.c | 3 --- 1 file changed, 3 deletions(-) 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); } /*