review: add a comment for the types

This commit is contained in:
Vlad Lazar
2024-10-24 12:10:27 +02:00
parent b08901c4aa
commit 56101531c0

View File

@@ -107,6 +107,10 @@ struct WarnIngestLag {
timestamp_invalid_msg_ratelimit: RateLimit,
}
// These structs are an intermediary representation of the PostgreSQL WAL records.
// The ones prefixed with `Xl` are lower level, while the ones that are not have
// all the required context to be acted upon by the pageserver.
enum HeapamRecord {
ClearVmBits(ClearVmBits),
}