mirror of
https://github.com/postgres/postgres.git
synced 2025-08-21 10:42:50 +03:00
Revert "Avoid creating archive status ".ready" files too early"
This reverts commit 515e3d84a0
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
This commit is contained in:
@@ -289,7 +289,6 @@ extern XLogRecPtr GetFlushRecPtr(void);
|
||||
extern XLogRecPtr GetLastImportantRecPtr(void);
|
||||
extern void GetNextXidAndEpoch(TransactionId *xid, uint32 *epoch);
|
||||
extern void RemovePromoteSignalFiles(void);
|
||||
extern void NotifySegmentsReadyForArchive(XLogRecPtr flushRecPtr);
|
||||
|
||||
extern bool CheckPromoteSignal(void);
|
||||
extern void WakeupRecovery(void);
|
||||
|
@@ -32,7 +32,6 @@ typedef uint64 XLogRecPtr;
|
||||
* XLogSegNo - physical log file sequence number.
|
||||
*/
|
||||
typedef uint64 XLogSegNo;
|
||||
#define MaxXLogSegNo ((XLogSegNo) 0xFFFFFFFFFFFFFFFF)
|
||||
|
||||
/*
|
||||
* TimeLineID (TLI) - identifies different database histories to prevent
|
||||
|
Reference in New Issue
Block a user