mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-07 05:22:56 +00:00
There is no functional change here. We move safekeeper related code from `service.rs` to `service/safekeeper_service.rs`, so that safekeeper related stuff is contained in a single file. This also helps with preventing `service.rs` from growing even further. Part of #9011.