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; double selectivity = 1;
ListCell *lc; ListCell *lc;
double ef; int ef;
int tuplesMax; int tuplesMax;
double layerSelectivity; double layerSelectivity;
double tuples; double tuples;