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

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Revert "Avoid creating archive status ".ready" files too early"
Дата
Msg-id E1mMYLO-0001Fi-BL@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
REL_12_STABLE

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

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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Remove arbitrary MAXPGPATH limit on command lengths in pg_ctl.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Minor improvements for psql help output.