Improved code [skip ci]

This commit is contained in:
Andrew Kane
2023-05-20 19:04:35 -07:00
parent 6f94c5e897
commit 451ac59a03

View File

@@ -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;