mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-13 08:06:54 +08:00
Improved code [skip ci]
This commit is contained in:
@@ -64,8 +64,7 @@ static void
|
|||||||
ivfflatcostestimate(PlannerInfo *root, IndexPath *path, double loop_count,
|
ivfflatcostestimate(PlannerInfo *root, IndexPath *path, double loop_count,
|
||||||
Cost *indexStartupCost, Cost *indexTotalCost,
|
Cost *indexStartupCost, Cost *indexTotalCost,
|
||||||
Selectivity *indexSelectivity, double *indexCorrelation,
|
Selectivity *indexSelectivity, double *indexCorrelation,
|
||||||
double *indexPages
|
double *indexPages)
|
||||||
)
|
|
||||||
{
|
{
|
||||||
GenericCosts costs;
|
GenericCosts costs;
|
||||||
int lists;
|
int lists;
|
||||||
|
|||||||
Reference in New Issue
Block a user