Added comment [skip ci]

This commit is contained in:
Andrew Kane
2023-06-09 21:20:48 -07:00
parent 4ce915cf16
commit 8cb32cac76

View File

@@ -113,6 +113,7 @@ ivfflatcostestimate(PlannerInfo *root, IndexPath *path, double loop_count,
genericcostestimate(root, path, loop_count, qinfos, &costs);
#endif
/* Use total cost since most work happens before first tuple is returned */
startupCost = costs.indexTotalCost;
get_tablespace_page_costs(path->indexinfo->reltablespace, NULL, &spc_seq_page_cost);