This commit is contained in:
Christian Schwarz
2024-01-04 12:36:45 +00:00
parent 8e04de6ef9
commit 02dc0db633

View File

@@ -709,6 +709,8 @@ impl WalIngest {
_ => {}
}
// Clear the VM bits if required.
let vm_rel = RelTag {
forknum: VISIBILITYMAP_FORKNUM,
spcnode: decoded.blocks[0].rnode_spcnode,
@@ -766,7 +768,7 @@ impl WalIngest {
.await?;
}
(new, old) => {
// Emit one record per VM page that needs updating
// Emit one record per VM block that needs updating.
if let Some((new_heap_blkno, new_vm_blk)) = new {
self.put_rel_wal_record(
modification,