Improved code [skip ci]

This commit is contained in:
Andrew Kane
2023-05-20 19:02:38 -07:00
parent e9c88d6f25
commit 6f94c5e897

View File

@@ -63,8 +63,8 @@ ivfflatbuildphasename(int64 phasenum)
static void static void
ivfflatcostestimate(PlannerInfo *root, IndexPath *path, double loop_count, ivfflatcostestimate(PlannerInfo *root, IndexPath *path, double loop_count,
Cost *indexStartupCost, Cost *indexTotalCost, Cost *indexStartupCost, Cost *indexTotalCost,
Selectivity *indexSelectivity, double *indexCorrelation Selectivity *indexSelectivity, double *indexCorrelation,
,double *indexPages double *indexPages
) )
{ {
GenericCosts costs; GenericCosts costs;