graph-node icon indicating copy to clipboard operation
graph-node copied to clipboard

store: Fix a mistake in how pruning status is reported

Open lutter opened this issue 5 months ago • 0 comments

When we start copying nonfinal entities, we need to reset the start_vid and next_vid. They don't necessarily have a direct connection to the same values for nonfinal entities; e.g., it is possible that the start_vid for nonfinal entities is smaller than the one for final entities.

This change only affects how we report the completion of prune operations; it has no effect on what gets pruned and how.

lutter avatar Jun 17 '25 22:06 lutter