- Fix possible failure while promoting a standby server, if archiving
- is enabled and two-phase transactions need to be recovered (Julian
- Markwort)
-
-
- If any required two-phase transactions were logged in the most
- recent (partial) log segment, promotion would fail with an incorrect
- complaint about requested WAL segment has already been
- removed.
-
-
-
-
-
- Fix missing reinitializations of delay-checkpoint-end flags
- (suyu.cmj)
-
-
- This could result in unnecessary delays of checkpoints, or in
- assertion failures in assert-enabled builds.
-
-
-
-
-
- Silence deprecation warnings when compiling with OpenSSL 3.0.0 or
- later (Peter Eisentraut)
-
-
-
-
-