From 955a5a60821d5c78ef1ab51379fdce0209b8227a Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Mon, 26 Apr 2021 01:09:05 -0700 Subject: [PATCH] Removed completed todo [skip ci] --- src/ivfflat.c | 2 -- 1 file changed, 2 deletions(-) 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,