Use int for ef [skip ci]

This commit is contained in:
Andrew Kane
2024-09-25 16:52:41 -07:00
parent ec4a23fe49
commit 73c5145b77

View File

@@ -109,7 +109,7 @@ EstimateExtraTuples(PlannerInfo *root, IndexPath *path, int m, double scalingFac
{
double selectivity = 1;
ListCell *lc;
double ef;
int ef;
int tuplesMax;
double layerSelectivity;
double tuples;