RemoveRemove unnecessary reset of redo field

This commit is contained in:
Konstantin Knizhnik
2024-12-05 14:28:34 +02:00
parent 0128948d8d
commit 2c10e8a966

View File

@@ -282,7 +282,6 @@ impl WalIngest {
let new_checkpoint_bytes = self.checkpoint.encode()?;
modification.put_checkpoint(new_checkpoint_bytes)?;
enum_pgversion_dispatch!(&mut self.checkpoint, CheckPoint, cp, { cp.redo = 0 });
self.checkpoint_modified = false;
}