diff --git a/doc/src/sgml/release-12.sgml b/doc/src/sgml/release-12.sgml index 3ee0fb92d2..473d722e81 100644 --- a/doc/src/sgml/release-12.sgml +++ b/doc/src/sgml/release-12.sgml @@ -656,9 +656,6 @@ Branch: REL_11_STABLE [d3944c364] 2020-05-01 09:51:06 -0700 Fix possible undercounting of deleted B-tree index pages in VACUUM VERBOSE output (Peter Geoghegan) - - - @@ -838,6 +835,27 @@ Branch: REL9_5_STABLE [a4726998d] 2020-04-24 11:34:16 +0900 + + Avoid scanning the timeline that the WAL segments to read + don't belong to, during archive recovery (Kyotaro Horiguchi) + + + + This allows archive recovery to skip fetching non-existent + WAL segments. + + + + +