mirror of
https://github.com/neondatabase/neon.git
synced 2026-07-05 21:20:37 +00:00
sq: improve error parity
This commit is contained in:
@@ -338,7 +338,7 @@ impl Layer {
|
||||
.await
|
||||
.map_err(|err| match err {
|
||||
GetVectoredError::Other(err) => GetVectoredError::Other(
|
||||
err.context(format!("get_value_reconstruct_data for layer {self}")),
|
||||
err.context(format!("get_values_reconstruct_data for layer {self}")),
|
||||
),
|
||||
err => err,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user