mirror of
https://github.com/postgres/postgres.git
synced 2025-04-24 10:47:04 +03:00
recovery stop time was used. This avoids a corner-case risk of trying to overwrite an existing archived copy of the last WAL segment, and seems simpler and cleaner all around than the original definition. Per example from Jon Colverson and subsequent analysis by Simon.