mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-15 04:00:38 +00:00
image_layer: don't do .rev(), it's confusing and unlike what we did before
This commit is contained in:
@@ -619,7 +619,7 @@ impl ImageLayerInner {
|
||||
|
||||
match res {
|
||||
Ok(blobs_buf) => {
|
||||
for meta in blobs_buf.blobs.iter().rev() {
|
||||
for meta in blobs_buf.blobs.iter() {
|
||||
let buf = &blobs_buf.buf[meta.start..meta.end];
|
||||
let sender = senders
|
||||
.remove(&(meta.meta.key, meta.meta.lsn))
|
||||
|
||||
Reference in New Issue
Block a user