pgsql: Revert "Avoid creating archive status ".ready" files too early"

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Revert "Avoid creating archive status ".ready" files too early"
Date: 2021-09-04 16:16:38
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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/[email protected]

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/c801c3a1ff73c34fcc7ab22b2dd6a85041e6cef3

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-09-04 17:28:23 pgsql: Minor improvements for psql help output.
Previous Message Tom Lane 2021-09-04 01:05:09 pgsql: Remove arbitrary MAXPGPATH limit on command lengths in pg_ctl.