From: Bruce Momjian Date: Thu, 8 Jul 2021 16:27:30 +0000 (-0400) Subject: doc: improve PG 14 relnote item about adding btree pages to FSM X-Git-Tag: REL_14_BETA3~112 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=049d3617a3bedb2a1d97d1621f36c861f52269a7;p=thirdparty%2Fpostgresql.git doc: improve PG 14 relnote item about adding btree pages to FSM Wording confirmed by Peter Geoghegan. Backpatch-through: 14 only --- diff --git a/doc/src/sgml/release-14.sgml b/doc/src/sgml/release-14.sgml index 4db156c62dc..4884a362f23 100644 --- a/doc/src/sgml/release-14.sgml +++ b/doc/src/sgml/release-14.sgml @@ -720,13 +720,13 @@ Author: Peter Geoghegan --> - Allow vacuum to eagerly add newly deleted btree pages to the free + Allow vacuum to more eagerly add deleted btree pages to the free space map (Peter Geoghegan) - Previously vacuum could only place preexisting deleted pages in - the free space map. + Previously vacuum could only add pages to the free space map + that were marked as deleted by previous vacuums.