mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-18 12:08:19 +00:00
2cf6ae76fc
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.