mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-12 09:19:39 +00:00
acf0a11fea
The keyspace utils like `is_rel_size_key` or `is_rel_fsm_block_key` and many others are free functions and have to be either imported separately or specified with the full path starting in `pageserver_api::key::`. This is less convenient than if these functions were just inherent impls. Follow-up of #7890 Fixes #6438