Cleanup: Comments, imports, statics, missing type annotation

This commit is contained in:
Matthias van de Meent
2025-06-23 15:52:50 +02:00
parent bdf8ebdf65
commit 39f3ec8b9c
8 changed files with 34 additions and 19 deletions

View File

@@ -1627,7 +1627,7 @@ mod tests {
#[tokio::test]
async fn test_zeroed_checkpoint_decodes_correctly() -> Result<(), anyhow::Error> {
for i in PgMajorVersion::all() {
for i in PgMajorVersion::ALL {
dispatch_pgversion!(i, {
pgv::CheckPoint::decode(&pgv::ZERO_CHECKPOINT)?;
});