diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2021-09-04 12:14:30 -0400 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2021-09-04 12:14:30 -0400 |
commit | 518621c40b23b4188478578d21de62d25582d9e3 (patch) | |
tree | e4d0d4426398a792a23f36df8d53e19dbe191e65 /src/include/access/xlog.h | |
parent | 742b30caee65a8d54388c1a249e93f27c65315f5 (diff) |
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
Diffstat (limited to 'src/include/access/xlog.h')
-rw-r--r-- | src/include/access/xlog.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/access/xlog.h b/src/include/access/xlog.h index 4747f5bbd39..01b3b0a767d 100644 --- a/src/include/access/xlog.h +++ b/src/include/access/xlog.h @@ -339,7 +339,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); |