mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-18 20:18:23 +00:00
8173dc600a
## Problem For cancellation, a connection is open during all the cancel checks. ## Summary of changes Spawn cancellation checks in the background, and close connection immediately. Use task_tracker for cancellation checks.