We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdb336b commit 018ecfaCopy full SHA for 018ecfa
store/postgres/src/relational/prune.rs
@@ -100,7 +100,7 @@ impl TablePair {
100
let mut list = IndexList {
101
indexes: HashMap::new(),
102
};
103
- let indexes = load_indexes_from_table(conn, &src, dst_nsp.as_str())?;
+ let indexes = load_indexes_from_table(conn, &src, src_nsp.as_str())?;
104
list.indexes.insert(src.name.to_string(), indexes);
105
106
// In case of pruning we don't do delayed creation of indexes,
0 commit comments