File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7325,10 +7325,10 @@ bmcostestimate(PG_FUNCTION_ARGS)
73257325 PlannerInfo * root = (PlannerInfo * ) PG_GETARG_POINTER (0 );
73267326 IndexPath * path = (IndexPath * ) PG_GETARG_POINTER (1 );
73277327 double loop_count = PG_GETARG_FLOAT8 (2 );
7328- Cost * indexStartupCost = (Cost * ) PG_GETARG_POINTER (5 );
7329- Cost * indexTotalCost = (Cost * ) PG_GETARG_POINTER (6 );
7330- Selectivity * indexSelectivity = (Selectivity * ) PG_GETARG_POINTER (7 );
7331- double * indexCorrelation = (double * ) PG_GETARG_POINTER (8 );
7328+ Cost * indexStartupCost = (Cost * ) PG_GETARG_POINTER (3 );
7329+ Cost * indexTotalCost = (Cost * ) PG_GETARG_POINTER (4 );
7330+ Selectivity * indexSelectivity = (Selectivity * ) PG_GETARG_POINTER (5 );
7331+ double * indexCorrelation = (double * ) PG_GETARG_POINTER (6 );
73327332
73337333 List * selectivityQuals ;
73347334 double numIndexTuples ;
You can’t perform that action at this time.
0 commit comments