From aa8bd0890bb29356a465d235dee59c1b08fa5fc5 Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Sat, 4 Sep 2021 12:14:30 -0400 Subject: 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 --- src/include/access/xlog.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/include/access/xlog.h') diff --git a/src/include/access/xlog.h b/src/include/access/xlog.h index 80ad3306a78..77187c12beb 100644 --- a/src/include/access/xlog.h +++ b/src/include/access/xlog.h @@ -349,7 +349,6 @@ extern XLogRecPtr GetInsertRecPtr(void); extern XLogRecPtr GetFlushRecPtr(void); extern XLogRecPtr GetLastImportantRecPtr(void); extern void RemovePromoteSignalFiles(void); -extern void NotifySegmentsReadyForArchive(XLogRecPtr flushRecPtr); extern bool PromoteIsTriggered(void); extern bool CheckPromoteSignal(void); -- cgit v1.2.3