mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-19 06:00:38 +00:00
The timeline stopping state is set much earlier than the cancellation token is fired, so by checking for the stopping state, we can prevent races with timeline shutdown where we issue a cancellation error but the cancellation token hasn't been fired yet. Fix #11427.