Skip to content

Commit e1ec902

Browse files
committed
remove from original keyspace
Signed-off-by: Alex Chi Z <chi@neon.tech>
1 parent 9b5767a commit e1ec902

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pageserver/src/pgdatadir_mapping.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1081,7 +1081,7 @@ impl Timeline {
10811081
if has_relmap_file {
10821082
result.add_key(relmap_file_key(spcnode, dbnode));
10831083
}
1084-
result.add_key(rel_dir_to_key(spcnode, dbnode));
1084+
// result.add_key(rel_dir_to_key(spcnode, dbnode));
10851085

10861086
let mut rels: Vec<RelTag> = self
10871087
.list_rels(spcnode, dbnode, Version::Lsn(lsn), ctx)
@@ -1651,7 +1651,7 @@ impl DatadirModification<'_> {
16511651
let buf = DbDirectory::ser(&dbdir)?;
16521652
self.put(DBDIR_KEY, Value::Image(buf.into()));
16531653
}
1654-
if REL_STORE_V2 && r.is_none() {
1654+
if !REL_STORE_V2 && r.is_none() {
16551655
// Create RelDirectory
16561656
let buf = RelDirectory::ser(&RelDirectory {
16571657
rels: HashSet::new(),

0 commit comments

Comments
 (0)