Commit 97992cb
committed
store: Fix a mistake in how pruning status is reported
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.1 parent f46eeef commit 97992cb
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
828 | 828 | | |
829 | 829 | | |
830 | 830 | | |
| 831 | + | |
| 832 | + | |
831 | 833 | | |
832 | 834 | | |
833 | 835 | | |
| |||
0 commit comments