diff options
author | Bruce Momjian <bruce@momjian.us> | 2021-07-08 12:27:30 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2021-07-08 12:27:55 -0400 |
commit | 049d3617a3bedb2a1d97d1621f36c861f52269a7 (patch) | |
tree | 9d34c829a9ba46eac7adba916dbd2b8d3b963bac | |
parent | 30a35bca3f9306f87ca8db095ddac2ba62156934 (diff) | |
download | postgresql-049d3617a3bedb2a1d97d1621f36c861f52269a7.tar.gz postgresql-049d3617a3bedb2a1d97d1621f36c861f52269a7.zip |
doc: improve PG 14 relnote item about adding btree pages to FSM
Wording confirmed by Peter Geoghegan.
Backpatch-through: 14 only
-rw-r--r-- | doc/src/sgml/release-14.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/release-14.sgml b/doc/src/sgml/release-14.sgml index 4db156c62dc..4884a362f23 100644 --- a/doc/src/sgml/release-14.sgml +++ b/doc/src/sgml/release-14.sgml @@ -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> |