From 6f94c5e897010f33abe413414892929f63ad723a Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Sat, 20 May 2023 19:02:38 -0700 Subject: [PATCH] Improved code [skip ci] --- src/ivfflat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ivfflat.c b/src/ivfflat.c index 677178c..46f7e0c 100644 --- a/src/ivfflat.c +++ b/src/ivfflat.c @@ -63,8 +63,8 @@ ivfflatbuildphasename(int64 phasenum) static void ivfflatcostestimate(PlannerInfo *root, IndexPath *path, double loop_count, Cost *indexStartupCost, Cost *indexTotalCost, - Selectivity *indexSelectivity, double *indexCorrelation - ,double *indexPages + Selectivity *indexSelectivity, double *indexCorrelation, + double *indexPages ) { GenericCosts costs;