From 451ac59a035183842a793045180b148bcb7dd38f Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Sat, 20 May 2023 19:04:35 -0700 Subject: [PATCH] Improved code [skip ci] --- src/ivfflat.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ivfflat.c b/src/ivfflat.c index 46f7e0c..e02bc8c 100644 --- a/src/ivfflat.c +++ b/src/ivfflat.c @@ -64,8 +64,7 @@ static void ivfflatcostestimate(PlannerInfo *root, IndexPath *path, double loop_count, Cost *indexStartupCost, Cost *indexTotalCost, Selectivity *indexSelectivity, double *indexCorrelation, - double *indexPages -) + double *indexPages) { GenericCosts costs; int lists;