Commit 049d3617 authored by Bruce Momjian's avatar Bruce Momjian

doc: improve PG 14 relnote item about adding btree pages to FSM

Wording confirmed by Peter Geoghegan.

Backpatch-through: 14 only
parent 30a35bca
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment