mirror of
https://github.com/postgres/postgres.git
synced 2025-04-27 22:56:53 +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>
|
||||
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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user