index abb7507d8e4b8f641740d2651457bf8a0f157190..6d3ccfd20e4b6cfabd3fdaf3a16d58bf68b1413d 100644 (file)
cost_merge_append(&pathnode->path, root,
pathkeys, list_length(subpaths),
input_startup_cost, input_total_cost,
- rel->tuples);
+ pathnode->path.rows);
return pathnode;
}