Call FreeAccessStrategy

This commit is contained in:
Andrew Kane
2023-05-19 13:09:30 -07:00
parent fa401b7883
commit a912d1af9a
2 changed files with 4 additions and 0 deletions

View File

@@ -170,6 +170,8 @@ GetScanItems(IndexScanDesc scan, Datum value)
}
}
FreeAccessStrategy(bas);
/* TODO Scan more lists */
if (tuples < 100)
ereport(DEBUG1,

View File

@@ -132,6 +132,8 @@ ivfflatbulkdelete(IndexVacuumInfo *info, IndexBulkDeleteResult *stats,
}
}
FreeAccessStrategy(bas);
return stats;
}