summaryrefslogtreecommitdiff
path: root/src/test/fixtures/boot.rs
Commit message (Collapse)AuthorAge
* Resume points are no longer optional.Owen Jacobson2024-10-30
This is an inconsequential change for actual clients, since "resume from the beginning" was never a preferred mode of operation, and it simplifies some internals. It should also mean we get better query plans where `coalesce(cond, true)` was previously being used.