mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-19 12:38:35 +00:00
2fd4c390cb
* Do not hold timelines lock during GC refer #1087 * Add gc_cs mutex for preveting creation of new timelines during GC * Make clippy happy * Use Mutex<()> instead of Mutex<i32> for GC critical section