1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

doc: add PG 14 rel item about vacuum_cleanup_index_scale_factor

This commit is contained in:
Bruce Momjian
2021-05-18 15:17:44 -04:00
parent 2ded19fa3a
commit 2e7c178370

View File

@ -342,6 +342,23 @@ Force custom server variable names to match the pattern used for unquoted SQL id
</para>
</listitem>
<listitem>
<!--
Author: Peter Geoghegan <pg@bowt.ie>
2021-03-10 [9f3665fbf] Don't consider newly inserted tuples in nbtree VACUUM.
Author: Peter Geoghegan <pg@bowt.ie>
2021-03-11 [effdd3f3b] Add back vacuum_cleanup_index_scale_factor parameter.
-->
<para>
Remove server variable vacuum_cleanup_index_scale_factor (Peter Geoghegan)
</para>
<para>
This setting was disabled in PostgreSQL version 13.3.
</para>
</listitem>
<listitem>
<!--
Author: Joe Conway <mail@joeconway.com>