]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
doc: improve PG 14 relnote item about adding btree pages to FSM
authorBruce Momjian <bruce@momjian.us>
Thu, 8 Jul 2021 16:27:30 +0000 (12:27 -0400)
committerBruce Momjian <bruce@momjian.us>
Thu, 8 Jul 2021 16:27:55 +0000 (12:27 -0400)
Wording confirmed by Peter Geoghegan.

Backpatch-through: 14 only

doc/src/sgml/release-14.sgml

index 4db156c62dc316aa663c2b6a83f5e627bcb52f70..4884a362f231282aa76b774197962633f8772c34 100644 (file)
@@ -720,13 +720,13 @@ Author: Peter Geoghegan <pg@bowt.ie>
 -->
 
        <para>
-        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)
        </para>
 
        <para>
-        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.
        </para>
       </listitem>