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 | e456167a8af428dffb1621ae5c9e29147cb005f2 (patch) | |
tree | 9524a4711227a0d0709295621302583f89fb9b73 /src/include/access/xlogdefs.h | |
parent | 3b302eb1ea2e9cb610ccc3a4f819dddfc89418ca (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/xlogdefs.h')
-rw-r--r-- | src/include/access/xlogdefs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/access/xlogdefs.h b/src/include/access/xlogdefs.h index 6088ac87c74..daded3dca05 100644 --- a/src/include/access/xlogdefs.h +++ b/src/include/access/xlogdefs.h @@ -39,7 +39,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 |