pgsql: Revert "Avoid creating archive status ".ready" files too early" - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Revert "Avoid creating archive status ".ready" files too early"
Date
Msg-id E1mMYLO-0001Fs-Cv@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.52eqp5xwbxgrfank@alap3.anarazel.de

Branch
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/121cdaff10686066a5e03eede8fa9ee562a0ad76

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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Remove arbitrary MAXPGPATH limit on command lengths in pg_ctl.
Next
From: Tom Lane
Date:
Subject: pgsql: Minor improvements for psql help output.