mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-19 14:10:37 +00:00
Fixes out of space deadlock when WAL removal requires control file update. To avoid s3 offloading getting stuck due to missing WAL segment, check its existence in s3 if locally it doesn't exist. A part of https://github.com/neondatabase/neon/issues/3957