Commit 413ccdf
committed
dataflow-state: Add some missing cases in eviction path
While scanning the eviction code, I noticed a missing case in a
match statement. Since that might not have been the only mistake,
an audit was conducted of the entire file, which revealed two
additional accidental omissions. Clearly the code could use some
refactoring via macros to make it more dense and to make these
errors easier to see, but in light of possible near-term renovation,
I'm just going to make things more correct for now.
Change-Id: Ib999845211ca077aa66c49d89ca499376d060644
Reviewed-on: https://gerrit.readyset.name/c/readyset/+/7746
Tested-by: Buildkite CI
Reviewed-by: Jason Brown <[email protected]>1 parent 3bd9e50 commit 413ccdf
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
441 | 441 | | |
442 | 442 | | |
443 | 443 | | |
| 444 | + | |
444 | 445 | | |
445 | 446 | | |
446 | 447 | | |
| |||
453 | 454 | | |
454 | 455 | | |
455 | 456 | | |
| 457 | + | |
456 | 458 | | |
457 | 459 | | |
458 | 460 | | |
| |||
489 | 491 | | |
490 | 492 | | |
491 | 493 | | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
492 | 499 | | |
493 | 500 | | |
494 | 501 | | |
| |||
0 commit comments