mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-01 10:11:20 +08:00
Use int for ef [skip ci]
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user