Skip to content

Commit 21a4b1f

Browse files
committed
fixup! Fix broken reuse of deleted entries in key map file
1 parent 4d8cd9c commit 21a4b1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/pg_tde/src/access/pg_tde_tdemap.c

+1
Original file line numberDiff line numberDiff line change
@@ -591,6 +591,7 @@ pg_tde_delete_map_entry(const RelFileLocator *rlocator, char *db_map_path, off_t
591591
};
592592

593593
pg_tde_write_one_map_entry(map_fd, &empty_map_entry, &prev_pos, db_map_path);
594+
found = true;
594595
break;
595596
}
596597
}

0 commit comments

Comments
 (0)