We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30a35bc commit 049d361Copy full SHA for 049d361
doc/src/sgml/release-14.sgml
@@ -720,13 +720,13 @@ Author: Peter Geoghegan <pg@bowt.ie>
720
-->
721
722
<para>
723
- Allow vacuum to eagerly add newly deleted btree pages to the free
+ Allow vacuum to more eagerly add deleted btree pages to the free
724
space map (Peter Geoghegan)
725
</para>
726
727
728
- Previously vacuum could only place preexisting deleted pages in
729
- the free space map.
+ Previously vacuum could only add pages to the free space map
+ that were marked as deleted by previous vacuums.
730
731
</listitem>
732
0 commit comments