mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-18 13:40:37 +00:00
In the `imitate_synthetic_size_calculation_worker` function, we might obtain the `Cancelled` error variant instead of hitting the cancellation token based path. Therefore, catch `Cancelled` and handle it analogously to the cancellation case. Fixes #8886.