mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-10 06:52:55 +00:00
minor impovement: handle PG_CHECKPOINT_FORKNUM in debug messages
This commit is contained in:
@@ -47,6 +47,7 @@ pub fn forknumber_to_name(forknum: u8) -> Option<&'static str> {
|
||||
pg_constants::PG_MXACT_OFFSETS_FORKNUM => Some("mxact_offsets"),
|
||||
pg_constants::PG_MXACT_MEMBERS_FORKNUM => Some("mxact_members"),
|
||||
pg_constants::PG_TWOPHASE_FORKNUM => Some("twophase"),
|
||||
pg_constants::PG_CHECKPOINT_FORKNUM => Some("checkpoint"),
|
||||
|
||||
_ => Some("UNKNOWN FORKNUM"),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user