Yuya Nishihara 320d15412b index: let caller of segment-level save-in() squash segments explicitly
There are many unit tests that call mutable_segment.save_in(), but I don't
think these callers expect that the segment file could be squashed depending
on the size. Let's make it caller's responsibility.

maybe_squash_with_ancestors() should be cheap if segment_num_commits() == 0,
so it's okay to call it before checking the emptiness.
2023-12-24 00:22:47 +09:00
..
2023-07-28 09:28:01 -07:00
2023-09-18 07:53:19 -07:00
2023-12-15 14:17:02 +09:00
2023-12-19 07:41:57 +09:00
2023-12-15 16:10:28 +09:00