Unverified Commit b9288d64 authored by Shubham Dhama's avatar Shubham Dhama Committed by GitHub
Browse files

Fix copying blobs that are not included in snapshot. (#558)

The issue was that we weren't setting the snapshot for the query that
fetches the list of large object ids. This inconsistency led to errors when
trying to access large objects that weren't restored on target.

Error:
```
15:30:11 108 ERROR  [SOURCE 85] ERROR:  large object 16390 does not exist
15:30:11 108 ERROR  [SOURCE 85] Context: Failed to open large object 16390
15:30:11 107 ERROR  [SOURCE 83] ERROR:  large object 16392 does not exist
15:30:11 107 ERROR  [SOURCE 83] Context: Failed to open large object 16392
```
parent bbbe01d9
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment