mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-18 12:08:19 +00:00
027cf22663
reconcile_with_remote, in this PR, is supposed to download all the layer files synchronously. I don't know why, but, download_missing was 1. not doing the download at all for DeltaLayer 2. not using the right RelativePath for image layer This patch fixes both.