Revert "Avoid creating archive status ".ready" files too early"
This reverts commit 515e3d84a0b5 and equivalent commits in back branches. This solution to the problem has a number of problems, so we'll try again with a different approach. Per note from Andres Freund Discussion: https://postgr.es/m/20210831042949.52eqp5xwbxgrf...@alap3.anarazel.de Branch ------ REL_13_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/518621c40b23b4188478578d21de62d25582d9e3 Modified Files -------------- src/backend/access/transam/xlog.c | 216 ++----------------------------------- src/backend/postmaster/walwriter.c | 7 -- src/include/access/xlog.h | 1 - src/include/access/xlogdefs.h | 1 - 4 files changed, 10 insertions(+), 215 deletions(-)