mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-01 18:21:16 +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,
|
||||
Cost *indexStartupCost, Cost *indexTotalCost,
|
||||
Selectivity *indexSelectivity, double *indexCorrelation,
|
||||
double *indexPages
|
||||
)
|
||||
double *indexPages)
|
||||
{
|
||||
GenericCosts costs;
|
||||
int lists;
|
||||
|
||||
Reference in New Issue
Block a user