mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-27 18:10:37 +00:00
PG_VERSION is not a relfile
This commit is contained in:
@@ -503,6 +503,9 @@ pub fn import_file<R: Repository>(
|
||||
modification.put_relmap_file(spcnode, dbnode, bytes)?;
|
||||
info!("imported relmap file")
|
||||
}
|
||||
"PG_VERSION" => {
|
||||
info!("ignored");
|
||||
},
|
||||
_ => {
|
||||
import_rel(modification, file_path, spcnode, dbnode, bytes.reader(), bytes_len)?;
|
||||
info!("imported rel creation");
|
||||
@@ -524,6 +527,9 @@ pub fn import_file<R: Repository>(
|
||||
modification.put_relmap_file(spcnode, dbnode, bytes)?;
|
||||
info!("imported relmap file")
|
||||
}
|
||||
"PG_VERSION" => {
|
||||
info!("ignored");
|
||||
},
|
||||
_ => {
|
||||
import_rel(modification, file_path, spcnode, dbnode, bytes.reader(), bytes_len)?;
|
||||
info!("imported rel creation");
|
||||
|
||||
Reference in New Issue
Block a user