mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-27 10:00:38 +00:00
Add match arm for unused builtin resource managers
Although we don't currently handle these, they are much different from an unrecognized resource manager, which the comment in the last match arm refers to.
This commit is contained in:
@@ -473,7 +473,6 @@ impl<'t> WalIngest<'t> {
|
||||
| pg_constants::RM_SPGIST_ID
|
||||
| pg_constants::RM_BRIN_ID
|
||||
| pg_constants::RM_COMMIT_TS_ID
|
||||
| pg_constants::RM_REPLORIGIN_ID
|
||||
| pg_constants::RM_GENERIC_ID => {
|
||||
// No special handling currently for these resource managers
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user