mirror of
https://github.com/postgres/postgres.git
synced 2025-04-29 13:56:47 +03:00
doc: improve PG 14 relnote item about adding btree pages to FSM
Wording confirmed by Peter Geoghegan. Backpatch-through: 14 only
This commit is contained in:
parent
30a35bca3f
commit
049d3617a3
@ -720,13 +720,13 @@ Author: Peter Geoghegan <pg@bowt.ie>
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
<para>
|
<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)
|
space map (Peter Geoghegan)
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Previously vacuum could only place preexisting deleted pages in
|
Previously vacuum could only add pages to the free space map
|
||||||
the free space map.
|
that were marked as deleted by previous vacuums.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user