diff --git a/src/ivfflat.c b/src/ivfflat.c index 8f772fb..93e1d30 100644 --- a/src/ivfflat.c +++ b/src/ivfflat.c @@ -29,8 +29,6 @@ _PG_init(void) /* * Estimate the cost of an index scan - * - * TODO Improve cost estimation */ static void ivfflatcostestimate(PlannerInfo *root, IndexPath *path, double loop_count,