mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-11 15:16:54 +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;
|
double selectivity = 1;
|
||||||
ListCell *lc;
|
ListCell *lc;
|
||||||
double ef;
|
int ef;
|
||||||
int tuplesMax;
|
int tuplesMax;
|
||||||
double layerSelectivity;
|
double layerSelectivity;
|
||||||
double tuples;
|
double tuples;
|
||||||
|
|||||||
Reference in New Issue
Block a user